diff options
author | Jack Lloyd <[email protected]> | 2016-09-05 13:51:40 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-09-05 13:51:40 -0400 |
commit | e12a272f633f9571a2f96d8d9c3f6c379b4802a4 (patch) | |
tree | 49594fede638a9483571ad9d8250dc02bd22d3a5 /readme.rst | |
parent | e36523f55b0dee0b60238d5b75ca54f5a6a8542a (diff) |
Update news and readme
Diffstat (limited to 'readme.rst')
-rw-r--r-- | readme.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.rst b/readme.rst index 29547a098..a5cbf914e 100644 --- a/readme.rst +++ b/readme.rst @@ -165,9 +165,8 @@ Public Key Cryptography * RSA signatures and encryption * DH and ECDH key agreement -* DSA and ECDSA signatures -* Quantum computer resistant McEliece KEM scheme -* GOST-34.10-2001 +* Signature schemes DSA, ECDSA, ECGDSA, ECKCDSA, GOST 34.10-2001 +* Post-quantum KEM schemes McEliece (code based) and NewHope (Ring-LWE) * ElGamal encryption * Padding schemes OAEP, PSS, PKCS #1 v1.5, X9.31 @@ -199,6 +198,7 @@ Hash functions and MACs Other Useful Things ---------------------------------------- +* Interfaces for accessing PKCS #11 and TPM hardware * Key derivation functions for passwords, including PBKDF2 * Password hashing functions, including bcrypt and a PBKDF based scheme * General key derivation functions KDF1 and KDF2 from IEEE 1363 |