Elements are incompatible
Opened this issue · 1 comments
Wondertan commented
Thank you for your amazing Go bindings, but I have several questions:
- How can I use different Pairings objects for calculations with same shared parameters?
- Is it possible to compare different Elements by their values, not by pointers like Equals method does?
- Would be Elements.Equals() method more appropriate if it compared elements through their bytes representation?
guyu96 commented
Ran into the same issue. Different pairing objects instantiated with the same parameters have incompatible elements. Any ideas on how to fix this?