Documentation ¶
Overview ¶
Package encrypt provides encryption and decryption functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecFromHex ¶
DecFromHex decodes hex encoded x and decrypts that with key
func Decrypt ¶
Decrypt decrypts data using 256-bit AES-GCM. This both hides the content of the data and provides a check that it hasn't been altered. Expects input form nonce|ciphertext|tag where '|' indicates concatenation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.