-
Notifications
You must be signed in to change notification settings - Fork 90
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
Constraints #39
Open
npwardberkeley
wants to merge
62
commits into
master
Choose a base branch
from
constraints
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Constraints #39
Changes from 41 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
073d8a0
Merge conflict fix
Pratyush aa980cb
Update to `arkworks` libraries
Pratyush 58a069d
constraints and fiat-shamir
npwardberkeley 06231cf
initial constraints (debugging in progress)
npwardberkeley 2459236
updated constraints to ark
npwardberkeley 6d077da
cargo fmt
npwardberkeley 1418b58
Delete constraint.txt
npwardberkeley 1d52584
using HashMap/HashSet instead of BTree
npwardberkeley 8076f91
Merge conflict fix
Pratyush b8be296
Update to `arkworks` libraries
Pratyush 2f01278
constraints and fiat-shamir
npwardberkeley 1f736aa
initial constraints (debugging in progress)
npwardberkeley feddd4e
updated constraints to ark
npwardberkeley 46a6921
cargo fmt
npwardberkeley 5d20cc4
Delete constraint.txt
npwardberkeley 076cbed
using HashMap/HashSet instead of BTree
npwardberkeley 9df6499
fixes from rebase
npwardberkeley 701c207
merge
npwardberkeley 49f128b
progress on SNARK impls
npwardberkeley ad0f61c
fixes
npwardberkeley 5d3f6fe
fixes
npwardberkeley 5ad89e5
fixes
npwardberkeley b5092b9
fix
weikengchen 8c6958b
push the current progress
weikengchen 2a77081
cargo fmt
npwardberkeley e690eb4
progress; need to add something to polycommit
weikengchen ad7df56
progress
weikengchen 8e52cb4
Update Cargo.toml
weikengchen c5ba601
tracing
weikengchen cf1760a
fix
weikengchen eef9165
clippy
weikengchen 9d2ebdc
Merge branch 'constraints' of github.com:arkworks-rs/marlin into cons…
weikengchen a3529b0
fix an error after clippy
weikengchen d621fdf
Update src/constraints/snark.rs
weikengchen 586fa25
Update ci.yml
weikengchen 65babf3
change ref to crypto primitives
weikengchen 8e55011
tracing subscriber optional
weikengchen 95e3bf4
fix
weikengchen c821313
Merge branch 'master' into constraints
weikengchen 0452190
fix conflicts
weikengchen 7ded904
fix nostd
weikengchen e3624c4
tweak for pcd compatability
npwardberkeley 15bc047
small fix
npwardberkeley 4e3e55a
sync with nonnative
weikengchen 4e874fa
fmt std
weikengchen aa1a33e
fix
weikengchen 7d0bbfd
fix
weikengchen fdd1708
fixed some comments, and cleaned up others
npwardberkeley 33a9a35
cleanup
weikengchen da9098e
cleanup
weikengchen 97f4d2c
fix with the upstream change
weikengchen 7b313c8
slightly increase the num of partial rounds
weikengchen 04a78e8
increase rounds; generate round constants via a transparent setup
weikengchen 05ff4cc
change the treatment of verifier_size
weikengchen e3a42ee
Merge branch 'master' into constraints
weikengchen d50c7df
progress; still there are several bugs
weikengchen d59ecbc
progress
weikengchen 1d73f04
cleanup
weikengchen aa0728c
fix bench
weikengchen 9296228
remove bench-utils
weikengchen d788633
fix double import
weikengchen 903c741
update dependencies to use release versions
Will-Lin4 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
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
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.
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.
Review needed: note, the order has been reversed here.