Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AESECBDecrypter ¶
type AESECBDecrypter ecb
AESECBDecrypter can decrypt aes ecb.
func NewAESECBDecrypter ¶
func NewAESECBDecrypter(key []byte) (*AESECBDecrypter, error)
NewAESECBDecrypter generates a new AESECBDecrypter
func (*AESECBDecrypter) CryptBlocks ¶
func (d *AESECBDecrypter) CryptBlocks(dst, src []byte)
CryptBlocks encrypts the given array and saves it into dst
Click to show internal directories.
Click to hide internal directories.