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
I would like to use micro-ecc for some signature validation, and I just wanted to check that signatures generated by micro-ecc could be verified by libsecp256k1 and vice versa.
However, I see that around half of the signatures generated by micro-ecc is rejected by libsecp256k1, but (as far as I've seen) all libsecp256k1 signatures are accepted by micro-ecc.
Hi,
I would like to use micro-ecc for some signature validation, and I just wanted to check that signatures generated by micro-ecc could be verified by libsecp256k1 and vice versa.
However, I see that around half of the signatures generated by micro-ecc is rejected by libsecp256k1, but (as far as I've seen) all libsecp256k1 signatures are accepted by micro-ecc.
I've created a repo with the test case and instructions at https://github.com/kristofferkoch/micro-ecc-test
I'm using the deterministic signature generation, and compressed public key format.
The text was updated successfully, but these errors were encountered: