From 3e357f704008f38261aee011a9fe674dc43cc0ae Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 9 Jun 2017 02:31:30 -1000 Subject: 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 --- docs/hazmat/primitives/asymmetric/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/hazmat/primitives/asymmetric/index.rst') 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 -- cgit v1.2.3