Open kirk-baird opened 4 years ago
hash_to_curve() uses an inefficient cofactor clearing method on G1.
hash_to_curve()
Consider using pair::g1mul() for this.
pair::g1mul()
What is the issue
hash_to_curve()
uses an inefficient cofactor clearing method on G1.ToDo
Consider using
pair::g1mul()
for this.