Module encrypt

Source
Expand description

§Encrypt

Module dedicated to PGP encryption. This module exposes a simple function encrypt and its associated Errors.

Enums§

SignedPublicKeyOrSubkey
Wrapper around [pgp] public key types.

Functions§

encrypt
Encrypts given bytes using the given list of public keys.