Versions in this module Expand all Collapse all v21 v21.11.1 Apr 26, 2022 v21.11.0 Feb 17, 2022 Changes in this version + func Decrypt(ciphertext []byte, key *Key) ([]byte, error) + func Encrypt(plaintext []byte, key *Key) ([]byte, error) + func GenerateRSAKeyPair(name string) (privKey string, pubKey string, xerr fail.Error) + type Key [32]byte + func NewEncryptionKey(text []byte) (*Key, error) Other modules containing this package github.com/CS-SI/SafeScale github.com/CS-SI/SafeScale/v22