summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Siarkowicz <serathius@users.noreply.github.com>2017-05-29 15:32:30 +0200
committerMark Adams <mark@markadams.me>2017-05-29 12:18:30 -0500
commit6f192888c5331aa826456d2399995a2dd0235e74 (patch)
treed1e2ee30535be157e137619ea5f612f48ccfd4e1
parentea1f87bea3ef906b52380547df15a0c47b6f8812 (diff)
downloadpyjwt-6f192888c5331aa826456d2399995a2dd0235e74.tar.gz
Update algorithms.rst
-rw-r--r--docs/algorithms.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/algorithms.rst b/docs/algorithms.rst
index 93ae91e..69ed575 100644
--- a/docs/algorithms.rst
+++ b/docs/algorithms.rst
@@ -9,7 +9,7 @@ This library currently supports:
* HS512 - HMAC using SHA-512 hash algorithm
* ES256 - ECDSA signature algorithm using SHA-256 hash algorithm
* ES384 - ECDSA signature algorithm using SHA-384 hash algorithm
-* ES521 - ECDSA signature algorithm using SHA-512 hash algorithm
+* ES512 - ECDSA signature algorithm using SHA-512 hash algorithm
* RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash algorithm
* RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash algorithm
* RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash algorithm