cfrg / draft-irtf-cfrg-hash-to-curve

Hashing to Elliptic Curves
Other
78 stars 27 forks source link

Test suite for BLS12-377 #351

Open mmagician opened 1 year ago

mmagician commented 1 year ago

While helping with h2c for BLS12-377 in arkworks, I wanted to test the results against some vectors. AFAIK, there isn't any test suite published for BLS12-377 yet?

Is there any interest in adding a test suite for another curve from the same family to the draft? Right now I have a fork with the new suites here generating the tests using the isogenies found by @drskalman, and I'll happily make a PR to include these if desirable.

Arkworks PR for reference: https://github.com/arkworks-rs/curves/pull/138