go

Golang AES ECB加密

英文: Golang AES ECB Encryption 问题 尝试在Go中模拟一种基本上是AES ECB模式加密的算法。 以下是我目前的代码: func Decrypt(data []byte) ...