-
Notifications
You must be signed in to change notification settings - Fork 62
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
Fix spelling issues #199
Closed
Closed
Fix spelling issues #199
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* define HashTrace to the smt trace * process_block return tree_metadata
Addn convertion function for h256/treekey
…#173) * extract decode and print helper from execute function * Refactoring * Refactoring * fix wrong file path of test * refactoring * refactor done
* ADD: trace length print in executor test. * MOD: benchmark hash method. * MOD: op selector of and, or, xor combined into s_bitwise. * MOD: cpu combined simple arithmatic operations. * MOD: unify test db. * FIX: tstore constraints. * FIX: poseidon_chunk generate trace. * MOD: trace for program * ADD: ctl for cpu and program. * ADD: ctl for program and program_chunk. * ADD: ctl prog_chunk to poseidon. * ADD: ctl prog_chunk to storage. * MOD: program trace * ADD: prog starks and ctls. * MOD: test vm exec for circuit. * ADD: ctl print. * ADD: ProgChunk Hash in PoseidonTable. * ADD: ctl test cpu-program. * FIX: cpu and prog generate trace. * FIX: cpu-prog ctl data. * FIX: generate program trace. * ADD: set challenge for program in verifier. * FIX: prog_chunk ctl data to program. * MOD: program degree. * MOD: tape tx_idx. --------- Co-authored-by: web3Softcloud <[email protected]> Co-authored-by: Pierre Hong <[email protected]>
* add hash bytes * add poseidon hash bytes
* add hash bytes * add poseidon hash bytes * padding enough to input bytes in hash_bytes
MOD: calldata order MOD: fmt
update vitalik blog link
74b4935
to
74fb50e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello
I found several spelling issues in your docs.
Hope it helps.