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
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |