type crypto/cipher.Block (interface)
Method Implmentations
BlockSize() int
*crypto/aes.aesCipher.BlockSize
*crypto/aes.aesCipherAsm.BlockSize
*crypto/aes.aesCipherGCM.aesCipherAsm.BlockSize
*crypto/des.desCipher.BlockSize
*crypto/des.tripleDESCipher.BlockSize
Decrypt(dst, src []byte)
*crypto/aes.aesCipher.Decrypt
*crypto/aes.aesCipherAsm.Decrypt
*crypto/aes.aesCipherGCM.aesCipherAsm.Decrypt
*crypto/des.desCipher.Decrypt
*crypto/des.tripleDESCipher.Decrypt
Encrypt(dst, src []byte)
*crypto/aes.aesCipher.Encrypt
*crypto/aes.aesCipherAsm.Encrypt
*crypto/aes.aesCipherGCM.aesCipherAsm.Encrypt
*crypto/des.desCipher.Encrypt
*crypto/des.tripleDESCipher.Encrypt