diff options
author | lloyd <[email protected]> | 2014-12-27 18:16:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-12-27 18:16:51 +0000 |
commit | 69d883e83569dd81f02fbbd7dfbdcfc5a3918d49 (patch) | |
tree | bdf1ac6ee202e8d1c5db8b5c8c57beb8bf101016 /doc | |
parent | 583f466cffe43ff7506da6a06cba70596dfc56db (diff) |
Update algos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/website/algos.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/website/algos.rst b/doc/website/algos.rst index d0640ec54..698342af4 100644 --- a/doc/website/algos.rst +++ b/doc/website/algos.rst @@ -22,7 +22,8 @@ Public Key Cryptography (padding schemes OAEP or PKCS #1 v1.5) * Signature algorithms RSA, DSA, ECDSA, GOST 34.10-2001, Nyberg-Rueppel, Rabin-Williams (padding schemes PSS, PKCS #1 v1.5, X9.31) - * Key agreement techniques Diffie-Hellman and ECDH + * Diffie-Hellman, ECDH using NIST/Brainpool prime groups, Curve25519 + * McEliece code based encryption providing a KEM scheme Block ciphers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |