Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptPayload ¶
func DecryptPayload(base64Ciphertext string, base64Nonce string, keyManager *keymanager.EncryptionKeyManager) ([]byte, error)
Decryption utility function
func EncryptPayload ¶
func EncryptPayload(payload []byte, keyManager *keymanager.EncryptionKeyManager) (string, string, error)
Encryption utility function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.