aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/index.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-09 02:31:30 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-09 08:31:30 -0400
commit3e357f704008f38261aee011a9fe674dc43cc0ae (patch)
treef50094dd94873a50e709608da3e74cb6b459cc03 /docs/hazmat/primitives/asymmetric/index.rst
parent7e53d911577881d87ce30291cef68e24f3c1b763 (diff)
downloadcryptography-3e357f704008f38261aee011a9fe674dc43cc0ae.tar.gz
cryptography-3e357f704008f38261aee011a9fe674dc43cc0ae.tar.bz2
cryptography-3e357f704008f38261aee011a9fe674dc43cc0ae.zip
X25519 Support (#3686)
* early days * sort of working * more things * remove private_bytes * public bytes, interface fix * load public keys * x25519 support basically done now * private_bytes is gone * some reminders * doctest this too * remove a thing that doesn't matter * x25519 supported checks * libressl has the NID, but a different API, so check for OpenSSL * pep8 * add missing coverage * update to use reasons * expand test a little * add changelog entry * review feedback
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/index.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/asymmetric/index.rst b/docs/hazmat/primitives/asymmetric/index.rst
index e14ce0d3..891e9a82 100644
--- a/docs/hazmat/primitives/asymmetric/index.rst
+++ b/docs/hazmat/primitives/asymmetric/index.rst
@@ -29,6 +29,7 @@ private key is able to decrypt it.
dh
serialization
utils
+ x25519
.. _`proof of identity`: https://en.wikipedia.org/wiki/Public-key_infrastructure