package
Version:
v0.2.11
Opens a new window with list of versions in this module.
Published: Mar 12, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrAuth = fmt.Errorf("message authentication failed")
ErrTruncated = fmt.Errorf("ciphertext too short")
ErrBadNonceLength = fmt.Errorf("invalid nonce length")
ErrBadKeyLength = fmt.Errorf("invalid key length")
ErrBadTagLength = fmt.Errorf("invalid tag length")
)
The overhead of the AEAD, in bytes, corresponding to the length of the tag.
func (aead *Aegis) Wipe()
Wipe clears the key from memory (best-effort)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.