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).
I recently found one more behavior that I believe is not the one that is expected of a bilinear map: when computing a pairing between two null elements, we get a null element in GT instead of a unity element that would be neutral for multiplication.
Hello,
I recently found one more behavior that I believe is not the one that is expected of a bilinear map: when computing a pairing between two null elements, we get a null element in GT instead of a unity element that would be neutral for multiplication.
Best,
Rémi