Documentation
¶
Overview ¶
Package encryption provides functions for encrypting and decrypting data using AES-GCM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncryptD ¶
EncryptD encrypts the given data using the master key and the given info. Deterministic encryption. WARNING: This function produces the same output for the same input. Only use it when deterministic encryption is specifically required. For general encryption needs, use Encrypt() instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.