Skip to content
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

Is there a detailed explanation for starkStruct? #60

Open
zhiqiangxu opened this issue Jan 14, 2024 · 1 comment
Open

Is there a detailed explanation for starkStruct? #60

zhiqiangxu opened this issue Jan 14, 2024 · 1 comment

Comments

@zhiqiangxu
Copy link

zhiqiangxu commented Jan 14, 2024

  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.

What about nQueries and steps?

@zkzoomer
Copy link

zkzoomer commented Mar 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants