aboutsummaryrefslogtreecommitdiff
path: root/security/py-pycryptodome/pkg-descr
diff options
context:
space:
mode:
authorJohn W. O'Brien <john@saltant.com>2022-08-06 22:09:54 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-08-06 22:09:54 +0000
commit8eb6a01274cf34f8bb03a28fc451a814b7fa73ed (patch)
tree6fec0a4dc4d977214ec3b9b1e73961e6b6a81aef /security/py-pycryptodome/pkg-descr
parent8b649415766e139f692433ca603d7a3fd296f47e (diff)
downloadports-8eb6a01274cf34f8bb03a28fc451a814b7fa73ed.tar.gz
ports-8eb6a01274cf34f8bb03a28fc451a814b7fa73ed.zip
Diffstat (limited to 'security/py-pycryptodome/pkg-descr')
-rw-r--r--security/py-pycryptodome/pkg-descr6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/py-pycryptodome/pkg-descr b/security/py-pycryptodome/pkg-descr
index 1ac395ac2177..9658fb904c53 100644
--- a/security/py-pycryptodome/pkg-descr
+++ b/security/py-pycryptodome/pkg-descr
@@ -5,10 +5,12 @@ PyCrypto (2.6.1):
* Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
* Accelerated AES on Intel platforms via AES-NI
* First class support for PyPy
+* Elliptic curves cryptography (NIST P-curves; Ed25519, Ed448)
+* Better and more compact API
* SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms
* Salsa20 and ChaCha20 stream ciphers
* scrypt and HKDF
-* Deterministic DSA
+* Deterministic (EC)DSA and EdDSA
* Password-protected PKCS#8 key containers
* Shamir's Secret Sharing scheme
* Random numbers get sourced directly from the OS (and not from
@@ -17,4 +19,4 @@ PyCrypto (2.6.1):
* Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
* Major clean ups and simplification of the code base
-WWW: https://www.pycryptodome.org/en/latest/
+WWW: https://www.pycryptodome.org/