Expand description
§Utils
Module dedicated to PGP helpers.
Functions§
- gen_
key_ pair - Generates a new pair of secret and public keys for the given email address and passphrase.
- read_
pkey_ from_ path - Reads a signed public key from the given path.
- read_
sig_ from_ bytes - Reads a standalone signature from the given raw bytes.
- read_
skey_ from_ file - Reads a signed secret key from the given path.
- read_
skey_ from_ string - Reads a signed secret key from the given raw string.