Documentation
¶
Index ¶
- func DecryptAesCbc(ct, key, iv []byte) []byte
- func DecryptAesCtr(ct, key []byte, nonce uint64) []byte
- func DecryptAesEcb(ct, key []byte) []byte
- func EncryptAesCbc(pt, key, iv []byte) []byte
- func EncryptAesCtr(pt, key []byte, nonce uint64) []byte
- func EncryptAesEcb(pt, key []byte) []byte
- func PadPKCS7(b []byte, blen int) []byte
- func UnpadPKCS7(b []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptAesCbc ¶
func DecryptAesCtr ¶
func DecryptAesEcb ¶
func EncryptAesCbc ¶
func EncryptAesCtr ¶
func EncryptAesEcb ¶
func UnpadPKCS7 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.