diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-02-21 21:25:54 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-02-22 10:25:54 +0800 |
commit | 98cba4142c532e861afe609445d6b73bd1ee7b64 (patch) | |
tree | 5263fafc778c13610fb4891f064eacb02702e07a | |
parent | 7254db5d1666d64c1b53321a9fdffa9ff1863d25 (diff) | |
download | cryptography-98cba4142c532e861afe609445d6b73bd1ee7b64.tar.gz cryptography-98cba4142c532e861afe609445d6b73bd1ee7b64.tar.bz2 cryptography-98cba4142c532e861afe609445d6b73bd1ee7b64.zip |
Reorder this to reflect Alex's Opinions On What Is Good (#4115)
-rw-r--r-- | docs/hazmat/primitives/asymmetric/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/index.rst b/docs/hazmat/primitives/asymmetric/index.rst index 891e9a82..173faa9e 100644 --- a/docs/hazmat/primitives/asymmetric/index.rst +++ b/docs/hazmat/primitives/asymmetric/index.rst @@ -23,13 +23,13 @@ private key is able to decrypt it. .. toctree:: :maxdepth: 1 - dsa + x25519 ec rsa dh + dsa serialization utils - x25519 .. _`proof of identity`: https://en.wikipedia.org/wiki/Public-key_infrastructure |