This commit is contained in:
Paul Miller 2023-01-29 04:12:58 +00:00
parent a60d15ff05
commit 4333e9a686
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B

@ -518,7 +518,7 @@ Upgrading from @noble/secp256k1 1.7:
- `sign()`
- `der`, `recovered` options were removed
- `canonical` was renamed to `lowS`
- Return type is now `{ r, s, recovery }` Signature instance
- Return type is now `{ r: bigint, s: bigint, recovery: number }` instance of `Signature`
- `verify()`
- `strict` was renamed to `lowS`
- `recoverPublicKey()`: moved to sig instance `Signature#recoverPublicKey(msgHash)`