You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating invalid signature when passing identical arguments:
m = Buffer.from("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", "hex")
d = Buffer.from("0000000000000000000000000000000000000000000000000000000000000001", "hex")
secp256k1.ecdsaSign(m,d) // bindings version
elliptical.ecdsaSign(m,d) // pure js version