paulmillr / noble-curves

Audited & minimal JS implementation of elliptic curve cryptography.
https://paulmillr.com/noble
MIT License
621 stars 56 forks source link

bls: Add `htfOpts` parameter to `sign` functions #117

Closed dhrubabasu closed 4 months ago

dhrubabasu commented 4 months ago

It's not possible to call sign with a custom DST currently. This PR exposes that parameter in the sign functions.