Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxPayloadSize = 16384 // Maximum payload size SaltSize = 32 // Salt size SubKeyInfo = "ss-subkey" // Subkey info )
Variables ¶
View Source
var SupportedCiphers = map[string]struct{}{
"chacha20-ietf-poly1305": {},
"aes-128-gcm": {},
"aes-192-gcm": {},
"aes-256-gcm": {},
}
SupportedCiphers lists all supported encryption methods
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.