Documentation
¶
Overview ¶
Package crypto defines constants for encryption key sizes, nonce lengths, and key file names.
Index ¶
Constants ¶
View Source
const ( // KeySize is the required key length in bytes (256 bits). KeySize = 32 // NonceSize is the GCM nonce length in bytes. NonceSize = 12 )
Crypto constants.
View Source
const ContextKey = ".ctx.key"
ContextKey is the context encryption key file.
View Source
const NotifyEnc = ".notify.enc"
NotifyEnc is the encrypted webhook URL file.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.