Skip to content

Commit 84e03ef

Browse files
authoredFeb 20, 2019
README: fix markdown for algorithms table
1 parent 1c0de55 commit 84e03ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ HS512 | HMAC using SHA-512 hash algorithm
343343
RS256 | RSASSA-PKCS1-v1_5 using SHA-256 hash algorithm
344344
RS384 | RSASSA-PKCS1-v1_5 using SHA-384 hash algorithm
345345
RS512 | RSASSA-PKCS1-v1_5 using SHA-512 hash algorithm
346-
PS256 | RSASSA-PSS using SHA-256 hash algorithm (only node ^6.12.0 || >=8.0.0)
347-
PS384 | RSASSA-PSS using SHA-384 hash algorithm (only node ^6.12.0 || >=8.0.0)
348-
PS512 | RSASSA-PSS using SHA-512 hash algorithm (only node ^6.12.0 || >=8.0.0)
346+
PS256 | RSASSA-PSS using SHA-256 hash algorithm (only node ^6.12.0 OR >=8.0.0)
347+
PS384 | RSASSA-PSS using SHA-384 hash algorithm (only node ^6.12.0 OR >=8.0.0)
348+
PS512 | RSASSA-PSS using SHA-512 hash algorithm (only node ^6.12.0 OR >=8.0.0)
349349
ES256 | ECDSA using P-256 curve and SHA-256 hash algorithm
350350
ES384 | ECDSA using P-384 curve and SHA-384 hash algorithm
351351
ES512 | ECDSA using P-521 curve and SHA-512 hash algorithm

0 commit comments

Comments
 (0)
Please sign in to comment.