Skip to content

Commit f6cd4ac

Browse files
authored
Update doc for ES256K. (jpadilla#632)
1 parent 88972a9 commit f6cd4ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/algorithms.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2122
Asymmetric (Public-key) Algorithms
2223
----------------------------------

0 commit comments

Comments
 (0)