Documentation
¶
Index ¶
Constants ¶
View Source
const ( AES128KeyLen = 128 / byteLen AES192KeyLen = 192 / byteLen AES256KeyLen = 256 / byteLen )
Variables ¶
View Source
var ( // AesType : used to let the Encrypter/Decrypter know which type of AES to use AesType int = AES256KeyLen )
Functions ¶
func UnifyKeyLen ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.