This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Develop keccak #89
Merged
10to4
merged 38 commits into
privacy-scaling-explorations:main
from
10to4:develop-keccak
Mar 27, 2024
Merged
Develop keccak #89
Changes from 34 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
06c8764
Add examples: poseidon hash
10to4 33e619f
Modify: clippy check error
10to4 0510f6d
Modify: rustfmt error
10to4 5b9c9e6
Merge branch 'main' into develop-poseidon
10to4 54403bb
Adapt super circut
10to4 b1955df
Poseidon: write constants into lookup
10to4 7665f60
Merge branch 'privacy-scaling-explorations:main' into develop-poseidon
10to4 7333ecc
Merge branch 'develop-poseidon' of https://github.com/10to4/chiquito …
10to4 1f9b065
Poseidon: replace with MaxWidthCellManager
10to4 5b2e150
Fix clippy & fmt
10to4 f0e71a5
Keccak: add the keccak example
10to4 8d583c5
Keccak: code optimization
10to4 3fda4f3
Keccak: some modification:
10to4 f58f342
Fix clippy & fmt
10to4 050f0ef
Merge branch 'main' into develop-keccak
10to4 4d24bbc
Keccak: adapt to the latest code version
10to4 af62804
Resolve conflicts
10to4 a21657a
Fix clippy
10to4 b78ed55
Keccak: optimize the circuit
10to4 48d101a
Keccak: optimize the circuit
10to4 534f3d0
Keccak: reduce advice_column count
10to4 47c1786
Keccak: exporting the circuit structure with plaff
10to4 d138f6b
keccak: reduce circuit rows
10to4 857e3ae
Merge branch 'privacy-scaling-explorations:main' into develop-keccak
10to4 7c65428
Merge branch 'develop-keccak' of https://github.com/10to4/chiquito in…
10to4 548681a
keccak: change to LogNSelectorBuilder & adopt new commit
10to4 dd4e54d
Fix clippy & fmt
10to4 a6c01d7
Fix fmt
10to4 1ef683e
Keccak: clean code
10to4 348f9bd
Keccak: improve the circuit
10to4 f7583c0
Keccak: improve the circuit
10to4 6a0639a
Keccak: optimize circuit code
10to4 699c350
Merge branch 'main' into develop-keccak
10to4 317c3a6
Keccak: merge the main branch
10to4 a13ec27
Keccak: remove useless code
10to4 659c32b
Merge branch 'main' into develop-keccak
leolara 776ce55
Keccak: minor
10to4 66548fc
Merge branch 'develop-keccak' of https://github.com/10to4/chiquito in…
10to4 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@10to4 why is this package required, it seems it is not used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think this should be legacy useless code.