package
22.11.9
Repository: https://github.com/cs-si/safescale.git
Documentation: pkg.go.dev

# Functions

Decrypt decrypts data using 256-bit AES-GCM.
Encrypt encrypts data using 256-bit AES-GCM.
GenerateRSAKeyPair creates a key pair.
NewEncryptionKey generates a random 256-bit key for Encrypt() and Decrypt().

# Type aliases

Key ...