type crypto/cipher.Block (interface)

Method Implmentations

BlockSize() int *crypto/internal/fips140/aes.Block.BlockSize *golang.org/x/crypto/blowfish.Cipher.BlockSize
Decrypt(dst, src []byte) *crypto/internal/fips140/aes.Block.Decrypt *golang.org/x/crypto/blowfish.Cipher.Decrypt
Encrypt(dst, src []byte) *crypto/internal/fips140/aes.Block.Encrypt *golang.org/x/crypto/blowfish.Cipher.Encrypt