Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesDecryptCFB ¶
func AesDecryptECB ¶
func AesEncryptCFB ¶
=================== CFB ======================
func AesEncryptECB ¶
=================== ECB ======================
Types ¶
type AesCipher256 ¶
type AesCipher256 struct { BufferPool *pkg.LimitedPool // contains filtered or unexported fields }
func NewAesCipher256 ¶
func NewAesCipher256(key, iv []byte) *AesCipher256
func (*AesCipher256) Decrypt ¶
func (aesCipher *AesCipher256) Decrypt(origData []byte) []byte
func (*AesCipher256) Encrypt ¶
func (aesCipher *AesCipher256) Encrypt(origData []byte) []byte
=================== CBC ======================
Click to show internal directories.
Click to hide internal directories.