Fix typo - duplication of SHA-384

This commit is contained in:
robertjd 2015-04-17 09:59:16 -07:00
parent 060666a32e
commit a4f73eb063
1 changed files with 1 additions and 1 deletions

View File

@ -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