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
There are a number of places where the MNT4 and MNT6 parameters are hard-coded into gadgets. While we can use the mnt4 and mnt6 specific gadgets with different curve parameters (as.. they are the same types of curves) I am getting build errors when trying to compile against the MNT[46]753 cycle.
Need to update the gadgets to retrieve the twist parameter from the curve parameters (ppT) rather than hard-coding..
The other locations that are referenced are just for tests... It seems Coda haven't made these changes on their side.
Additionally need to specify types in mnt_pairing_params.hpp for these cycles - have done this already locally, so it's only the remaining places which directly reference libff::mnt[46]_
The text was updated successfully, but these errors were encountered:
There are a number of places where the MNT4 and MNT6 parameters are hard-coded into gadgets. While we can use the mnt4 and mnt6 specific gadgets with different curve parameters (as.. they are the same types of curves) I am getting build errors when trying to compile against the MNT[46]753 cycle.
Namely:
Need to update the gadgets to retrieve the twist parameter from the curve parameters (
ppT
) rather than hard-coding..The other locations that are referenced are just for tests... It seems Coda haven't made these changes on their side.
Additionally need to specify types in
mnt_pairing_params.hpp
for these cycles - have done this already locally, so it's only the remaining places which directly referencelibff::mnt[46]_
The text was updated successfully, but these errors were encountered: