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
Feature Request
Some exposes field type as F and others as Field.
F
Field
tachyon/tachyon/crypto/hashes/sponge/sponge.h
Line 71 in d94cd9a
tachyon/tachyon/crypto/commitments/univariate_polynomial_commitment_scheme.h
Line 19 in d94cd9a
Unifying how to expose type for Field
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue type
Feature Request
Current behavior?
Some exposes field type as
F
and others asField
.tachyon/tachyon/crypto/hashes/sponge/sponge.h
Line 71 in d94cd9a
tachyon/tachyon/crypto/commitments/univariate_polynomial_commitment_scheme.h
Line 19 in d94cd9a
Expected Behavior?
Unifying how to expose type for Field
The text was updated successfully, but these errors were encountered: