diff options
| author | Michael Collis <michael.l.collis@gmail.com> | 2016-09-21 19:59:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-21 19:59:05 -0400 |
| commit | 3bad492698298eb05331cddfd6aa47b87cae7631 (patch) | |
| tree | c52e73646424dbd09bcc051861371be93d39d4e5 /docs/algorithms.rst | |
| parent | 256a03e5086049ee63d436fd0b07837e1a6c0f18 (diff) | |
| download | pyjwt-3bad492698298eb05331cddfd6aa47b87cae7631.tar.gz | |
Fix typo in rst
Diffstat (limited to 'docs/algorithms.rst')
| -rw-r--r-- | docs/algorithms.rst | 2 |
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 |
