pgp-implementations-benchmark/README.md
2023-02-17 01:57:33 +01:00

341 B

PGP Implementations Benchmark

Usage

Install the following dependencies:

  • tqdm
  • gpg
  • PGPy
  • sequoia (sqop binary)

Then run:

./benchmark_sign_encrypt.py

If gnupg starts raising memory errors, patch your gpg-agent.conf:

$ echo auto-expand-secmem >> gpg-agent.conf