miracl / MIRACL

MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).
https://miracl.com
652 stars 242 forks source link

BN curve in field G2 about operation mult #103

Open YangPotatoes opened 3 years ago

YangPotatoes commented 3 years ago

please ,is there something wrong with BN curve in G2? i can't get the right answer with the operation mult. And why field G2 operation API is not same as field G1?

YangPotatoes commented 3 years ago

I don't know what happened. I can get right result use GMSSL rather than Miracl in BN curve with the operation mult.