Skip to content

Commit

Permalink
Update algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Sep 15, 2021
1 parent 8f12d99 commit 316ae90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ The following signature and MAC algorithms have been implemented:
- PS256 (RSASSA-PSS SHA-256)
- PS384 (RSASSA-PSS SHA-384)
- PS512 (RSASSA-PSS SHA-512)
- ES256 (ECDSA using P-256 and SHA-256)
- ES384 (ECDSA using P-384 and SHA-384)
- ES512 (ECDSA using P-521 and SHA-512)
- none ([_Unsecured JWTs_](https://tools.ietf.org/html/rfc7519#section-6)).

## Serialization
Expand Down

0 comments on commit 316ae90

Please sign in to comment.