File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This library currently supports:
88* HS384 - HMAC using SHA-384 hash algorithm
99* HS512 - HMAC using SHA-512 hash algorithm
1010* ES256 - ECDSA signature algorithm using SHA-256 hash algorithm
11+ * ES256K - ECDSA signature algorithm with secp256k1 curve using SHA-256 hash algorithm
1112* ES384 - ECDSA signature algorithm using SHA-384 hash algorithm
1213* ES512 - ECDSA signature algorithm using SHA-512 hash algorithm
1314* RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash algorithm
@@ -16,7 +17,7 @@ This library currently supports:
1617* PS256 - RSASSA-PSS signature using SHA-256 and MGF1 padding with SHA-256
1718* PS384 - RSASSA-PSS signature using SHA-384 and MGF1 padding with SHA-384
1819* PS512 - RSASSA-PSS signature using SHA-512 and MGF1 padding with SHA-512
19- * EdDSA - Ed25519255 signature using SHA-512. Provides 128-bit security
20+ * EdDSA - Ed25519 signature using SHA-512. Provides 128-bit security
2021
2122Asymmetric (Public-key) Algorithms
2223----------------------------------
You can’t perform that action at this time.
0 commit comments