type crypto/cipher.Block (interface)

Method Implmentations

BlockSize() int *crypto/internal/fips140/aes.Block.BlockSize *crypto/des.desCipher.BlockSize *crypto/des.tripleDESCipher.BlockSize
Decrypt(dst, src []byte) *crypto/internal/fips140/aes.Block.Decrypt *crypto/des.desCipher.Decrypt *crypto/des.tripleDESCipher.Decrypt
Encrypt(dst, src []byte) *crypto/internal/fips140/aes.Block.Encrypt *crypto/des.desCipher.Encrypt *crypto/des.tripleDESCipher.Encrypt