diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-02-27 20:43:55 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-02-27 07:43:55 -0500 |
commit | 871e97a89f0276e57c01f7692111fca42e819b59 (patch) | |
tree | bbff3c2279c0ca1106e37aa5f1458265874cebe6 /docs/hazmat/primitives/asymmetric/index.rst | |
parent | 4c77bf37ae15064b74ee7db304b27c8779223678 (diff) | |
download | cryptography-871e97a89f0276e57c01f7692111fca42e819b59.tar.gz cryptography-871e97a89f0276e57c01f7692111fca42e819b59.tar.bz2 cryptography-871e97a89f0276e57c01f7692111fca42e819b59.zip |
ed448 support (#4610)
* ed448 support
* move the changelog entry
* flake8
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/index.rst')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/asymmetric/index.rst b/docs/hazmat/primitives/asymmetric/index.rst index 5e5bdb9a..c27e1781 100644 --- a/docs/hazmat/primitives/asymmetric/index.rst +++ b/docs/hazmat/primitives/asymmetric/index.rst @@ -25,6 +25,7 @@ private key is able to decrypt it. ed25519 x25519 + ed448 x448 ec rsa |