Fastest 4KB JS implementation of secp256k1 signatures and ECDH
Just updated from `"@noble/secp256k1": "^1.7.0",` to `"@noble/secp256k1": "^2.0.0",` Node: v19.8.0 This used to work ``` await secp.sign(sha256(script), privKey); ``` but in v2 throws: `Error: etc.hmacSha256Sync not set`?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by mijoco-btc and has received 1 comments.