Expand description
§Cryptor structs for encryption/decryption
A cryptor is a struct with methods that can encrypt (seal) a plaintext or
decrypt (open) a ciphertext. This module provides RingCryptor, a
cryptor struct that provides the above functionality using various ring
cryptographic primitives.
Structs§
- Ring
Cryptor - A cryptor that uses cryptographic primitives from the
ringcrate.