You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started a first implementation here, but it's my first time adding something to arkworks-rs/algebra, and the test fail. The base-point is not on the curve !
I got the generators using Sage and ensured that both are quadratic non-residues (as per the docs of MontConfig macro) so the generators should likely be fine. And both of them being 6 is just incidental.
For our experiments we would like to add the tom-256 curve. It is described in the following paper:
https://eprint.iacr.org/2021/1183
And the parameters can be found here:
https://neuromancer.sk/std/other/Tom-256
I started a first implementation here, but it's my first time adding something to arkworks-rs/algebra, and the test fail. The base-point is not on the curve !
c4dt#1
The text was updated successfully, but these errors were encountered: