Files
PGPy-3_13_patch/requirements.txt
rot42 53c6c3ba94 support for ECDH encryption using Curve25519 (cv25519)
This increases the minimum versioned dependency on the cryptography
module to 2.5, where the necessary features are exposed.

We also add a mixed RSA + ECDH OepnPGP certificate for testing
purposes.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2019-08-01 15:54:06 -04:00

6 lines
58 B
Plaintext

cryptography>=2.5
enum34
pyasn1
six>=1.9.0
singledispatch