Documentation ¶
Overview ¶
Package siv implements AES-GCM-SIV per RFC 8452.
Index ¶
Constants ¶
View Source
const ( // NonceSize is the size in bytes of an AES-GCM-SIV nonce. NonceSize = 12 // TagSize is the size in bytes of an AES-GCM-SIV // authentication tag. TagSize = 16 // MaxPlaintextSize is the size in bytes of the largest // allowed plaintext. MaxPlaintextSize = 1 << 36 // MaxAdditionalDataSize is the size in bytes of the largest // allowed additional authenticated data. MaxAdditionalDataSize = 1 << 36 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.