summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNutchanon Ninyawee <nutchanon@codustry.com>2020-11-13 10:49:34 +0700
committerGitHub <noreply@github.com>2020-11-13 09:49:34 +0600
commite25b263f113abe769e5bb0a90ffe842275e0de4d (patch)
tree6e8a79b2c15fa67ad3cf18f82322808717727437
parent284af6ad6f617ee50335a08e03551f49e68f78d7 (diff)
downloadpyjwt-e25b263f113abe769e5bb0a90ffe842275e0de4d.tar.gz
add EdDSA to docs (#531)
https://github.com/jpadilla/pyjwt/pull/455
-rw-r--r--docs/algorithms.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/algorithms.rst b/docs/algorithms.rst
index 6caf67e..dcae44e 100644
--- a/docs/algorithms.rst
+++ b/docs/algorithms.rst
@@ -16,6 +16,7 @@ This library currently supports:
* PS256 - RSASSA-PSS signature using SHA-256 and MGF1 padding with SHA-256
* PS384 - RSASSA-PSS signature using SHA-384 and MGF1 padding with SHA-384
* PS512 - RSASSA-PSS signature using SHA-512 and MGF1 padding with SHA-512
+* EdDSA - Ed25519255 signature using SHA-512. Provides 128-bit security
Asymmetric (Public-key) Algorithms
----------------------------------