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
starkStruct
const starkStruct = { "nBits": 10, "nBitsExt": 11, "nQueries": 128, "verificationHashType": "GL", "steps": [ {"nBits": 11}, {"nBits": 5}, {"nBits": 3}, {"nBits": 1} ] };
I think nBits and nBitsExt are corresponding to domain field size and extension field size, GL means Goldilocks field.
nBits
nBitsExt
GL
Goldilocks
What about nQueries and steps?
nQueries
steps
The text was updated successfully, but these errors were encountered:
From what I understand, nQueries refers to the number of query phases of FRI, while each of the steps are the reduction factors.
https://eprint.iacr.org/2022/1216.pdf
Sorry, something went wrong.
No branches or pull requests
I think
nBits
andnBitsExt
are corresponding to domain field size and extension field size,GL
meansGoldilocks
field.What about
nQueries
andsteps
?The text was updated successfully, but these errors were encountered: