Replies: 1 comment 4 replies
-
That means the signature you're trying to parse is invalid. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a
recoverPublicKey
functionI want to replace
elliptic
(EC) library with@noble/curves
. The end result should look like this:But when I call
new p256.Signature(r, s)
I getError initializing NEAR: Error: r must be 0 < r < CURVE.n
.What could I be doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions