Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultKeySize is the size of keys to generate for client use. DefaultKeySize = 32 // KeyVersionSize is the size of the key version prefix. KeyVersionSize = (4 + 2 + 2 + 1) // YYYY + MM + DD + : // IVSize is the size of the IV prefix. IVSize = aes.BlockSize // HashSize is the size of the hash prefix. HashSize = 32 // reasons. )
Important constants.
Variables ¶
View Source
var KEY_LEN = DefaultKeySize // 16, 24, 32
Functions ¶
func CFBDecryptBuffer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.