//
pkg.gl
Category
github.com/CS-SI/SafeScale/v22
lib
utils
crypt
package
22.11.9
Repository:
https://github.com/cs-si/safescale.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
9
Dependents
4
Files
114 SLOC
#
Functions
Decrypt
Decrypt decrypts data using 256-bit AES-GCM.
Encrypt
Encrypt encrypts data using 256-bit AES-GCM.
GenerateRSAKeyPair
GenerateRSAKeyPair creates a key pair.
NewEncryptionKey
NewEncryptionKey generates a random 256-bit key for Encrypt() and Decrypt().
#
Type aliases
Key
Key ...