We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To fix https://github.com/guidovranken/el-fuzzers/issues/7 we need a serializer to canonical representation similar to BLST: supranational/blst#101.
This would allow merging into Geth fuzzer as well.
Note we have a towering switcher:
constantine/constantine/math/pairings/cyclotomic_subgroups.nim
Lines 675 to 702 in 1e34ec2
We might want to special-case this in a "fuzzing.nim" file as it might be that in the future Fp12 serialization is specified for the Whisk protocol that uses Fp12: https://ethresear.ch/t/the-return-of-torus-based-cryptography-whisk-and-curdleproof-in-the-target-group/16678
The text was updated successfully, but these errors were encountered:
Also check the discrepancy mentioned with libff:
Sorry, something went wrong.
No branches or pull requests
To fix https://github.com/guidovranken/el-fuzzers/issues/7 we need a serializer to canonical representation similar to BLST: supranational/blst#101.
This would allow merging into Geth fuzzer as well.
Note we have a towering switcher:
constantine/constantine/math/pairings/cyclotomic_subgroups.nim
Lines 675 to 702 in 1e34ec2
We might want to special-case this in a "fuzzing.nim" file as it might be that in the future Fp12 serialization is specified for the Whisk protocol that uses Fp12: https://ethresear.ch/t/the-return-of-torus-based-cryptography-whisk-and-curdleproof-in-the-target-group/16678
The text was updated successfully, but these errors were encountered: