Skip to content

Commit

Permalink
Merge pull request jwtk#21 from robertjd/master
Browse files Browse the repository at this point in the history
Fix typo - duplication of SHA-384
  • Loading branch information
lhazlewood committed Apr 17, 2015
2 parents 060666a + a4f73eb commit c427e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ try {
* Creating and parsing plaintext compact JWTs

* Creating, parsing and verifying digitally signed compact JWTs (aka JWSs) with the following algorithms:
* HS256: HMAC using SHA-384
* HS256: HMAC using SHA-256
* HS384: HMAC using SHA-384
* HS512: HMAC using SHA-512
* RS256: RSASSA-PKCS-v1_5 using SHA-256
Expand Down

0 comments on commit c427e9f

Please sign in to comment.