Documentation ¶
Overview ¶
Package secretbox transforms values for storage at rest using XSalsa20 and Poly1305.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSecretboxTransformer ¶
func NewSecretboxTransformer(key [32]byte) value.Transformer
NewSecretboxTransformer takes the given key and performs encryption and decryption on the given data.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.