-
Notifications
You must be signed in to change notification settings - Fork 1
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
SOT 164: Add Parser #15
Conversation
Change into no_std format Separate KzgScheme, Srs, CPI generation for other usage e.g: on chain verification
fn prepare_gen_circuit( | ||
&self, | ||
string: &str, | ||
) -> (Vec<Gate>, HashMap<String, Vec<(usize, usize)>>) { |
Check warning
Code scanning / clippy
very complex type used. Consider factoring parts into type definitions Warning
fn prepare_generation( | ||
&self, | ||
string: &str, | ||
) -> (Vec<ParserGate>, HashMap<String, Vec<(usize, usize)>>) { |
Check warning
Code scanning / clippy
very complex type used. Consider factoring parts into type definitions Warning
Need someone to review this ASAP |
Remember to merge #12 before merging this branch