Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesCBCDecrypt ¶ added in v1.1.1
`key` is a 16, 24 or 32 byte slice of your decryption key `data` is slice of the data you are trying to decrypt
func AesCBCEncrypt ¶ added in v1.1.1
`key` is a 16, 24 or 32 byte slice of your encryption key `data` is slice of the data you are trying to encrypt
func AesGCMDecrypt ¶ added in v1.1.1
`key` is a 16, 24 or 32 byte slice of your decryption key `data` is slice of the data you are trying to decrypt
func AesGCMEncrypt ¶ added in v1.1.1
`key` is a 16, 24 or 32 byte slice of your encryption key `data` is slice of the data you are trying to encrypt
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.