Skip to content

Commit

Permalink
README: mention secp256r1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 14, 2023
1 parent b39b0d1 commit 2706fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ const privHex = '46c930bc7bb4db7f55da20798697421b98c4175a52c630294d75a84b9c12623
const pub2 = secp256k1.getPublicKey(privHex);
```

We support P256 (secp256r1), P384 (secp384r1), P521 (secp521r1).

#### ECDSA public key recovery & extra entropy

```ts
Expand Down

0 comments on commit 2706fe9

Please sign in to comment.