Documentation ¶
Overview ¶
Package siv_aead wraps the functions provided by siv in a crypto.AEAD interface.
Index ¶
Constants ¶
View Source
const ( // KeyLen is the required key length. The SIV algorithm supports other lengths, // but we only support 64. KeyLen = 64 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.