Documentation ¶
Index ¶
Constants ¶
View Source
const ( // BlockSize is the size in bytes of an Grain128-AEAD block. BlockSize = 16 // KeySize is the size in bytes of an Grain128-AEAD key. KeySize = 16 // NonceSize is the size in bytes of an Grain128-AEAD nonce. NonceSize = 12 // TagSize is the size in bytes of an Grain128-AEAD // authenticator. TagSize = 8 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.