-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
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
feat(math): implement field extension for stark fields #443
feat(math): implement field extension for stark fields #443
Conversation
69ab1b7
to
95bce9a
Compare
2dfc32b
to
a45cdaa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
a45cdaa
to
214f39f
Compare
214f39f
to
d3659e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b3190c8
Please code format the "constexpr" in the title!
tachyon/math/finite_fields/generator/ext_prime_field_generator/build_defs.bzl
Show resolved
Hide resolved
d3659e7
to
081fa8d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
081fa8d
to
b178601
Compare
Description
This PR implements some parts of the BinomialExtensionField, which are missing in Tachyon, specifically,
QuarticExtension
.You might need https://eprint.iacr.org/2006/471.pdf to review the multiplication and square calculations. Use https://blkcipher.pl/assets/pdfs/Handbook_of_Elliptic_and_Hyperelliptic_Curve_Cryptography.pdf to review the inversion calculations.