Enums§
- Crypto
Error - Errors that can occur during crypto operations.
- Murk
Identity - An identity that can decrypt age-encrypted data.
- Murk
Recipient - A recipient that can receive age-encrypted data.
Functions§
- decrypt
- Decrypt ciphertext using an identity (age or SSH key).
- encrypt
- Encrypt plaintext bytes to one or more recipients.
- parse_
identity - Parse a secret key string into a
MurkIdentity. - parse_
recipient - Parse a public key string into a
MurkRecipient.