summaryrefslogtreecommitdiff
path: root/docs/algorithms.rst
diff options
context:
space:
mode:
authorMichael Collis <michael.l.collis@gmail.com>2016-09-21 19:59:05 -0400
committerGitHub <noreply@github.com>2016-09-21 19:59:05 -0400
commit3bad492698298eb05331cddfd6aa47b87cae7631 (patch)
treec52e73646424dbd09bcc051861371be93d39d4e5 /docs/algorithms.rst
parent256a03e5086049ee63d436fd0b07837e1a6c0f18 (diff)
downloadpyjwt-3bad492698298eb05331cddfd6aa47b87cae7631.tar.gz
Fix typo in rst
Diffstat (limited to 'docs/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 69ed575..93ae91e 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
-* ES512 - ECDSA signature algorithm using SHA-512 hash algorithm
+* ES521 - 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