Closed AnnaShaleva closed 1 year ago
Could you, please, check that there's no error in + operator overload for Gt struct? I think that there should be + sign instead of *: https://github.com/neo-project/Neo.Cryptography.BLS12_381/blob/844bc3a4f7d8ba2c545ace90ca124f8ada4c8d29/src/Neo.Cryptography.BLS12_381/Gt.cs#L94
+
Gt
*
It is *, please refer https://github.com/zkcrypto/bls12_381/blob/7de7b9d9c509b9973b35a3241b74bbbea95e700a/src/pairings.rs#L283
My bad, thank you!
Could you, please, check that there's no error in
+
operator overload forGt
struct? I think that there should be+
sign instead of*
: https://github.com/neo-project/Neo.Cryptography.BLS12_381/blob/844bc3a4f7d8ba2c545ace90ca124f8ada4c8d29/src/Neo.Cryptography.BLS12_381/Gt.cs#L94