Skip to content

Commit

Permalink
Remove unsupported algos
Browse files Browse the repository at this point in the history
  • Loading branch information
brianloveswords committed Jun 2, 2011
1 parent 70258d3 commit 6850a80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ The JWS spec supports several algorithms for cryptographic signing. This library
* HS384 – HMAC using SHA-384 hash algorithm * HS384 – HMAC using SHA-384 hash algorithm
* HS512 – HMAC using SHA-512 hash algorithm * HS512 – HMAC using SHA-512 hash algorithm
* RS256 – RSA using SHA-256 hash algorithm * RS256 – RSA using SHA-256 hash algorithm
* <strike>RS384 – RSA using SHA-384 hash algorithm</strike>
* <strike>RS512 – RSA using SHA-512 hash algorithm</strike>
* ES256 – ECDSA using P-256 curve and SHA-256 hash algorithm * ES256 – ECDSA using P-256 curve and SHA-256 hash algorithm
* ES384 – ECDSA using P-384 curve and SHA-384 hash algorithm * ES384 – ECDSA using P-384 curve and SHA-384 hash algorithm
* ES512 – ECDSA using P-521 curve and SHA-512 hash algorithm * ES512 – ECDSA using P-521 curve and SHA-512 hash algorithm
Expand Down

0 comments on commit 6850a80

Please sign in to comment.