Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: privacy-ethereum/halo2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: zkwebauthn/halo2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 87 files changed
  • 6 contributors

Commits on Mar 31, 2023

  1. use rrrliu/halo2curves

    rrrliu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3eeee85 View commit details
    Browse the repository at this point in the history
  2. feat: Add assert_satisfied_at_rows_par variant (#139)

    Resolves: #133
    CPerezz authored and rrrliu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    35de514 View commit details
    Browse the repository at this point in the history
  3. feat: call synthesize in MockProver multiple times to behave same a…

    …s real prover
    han0110 authored and rrrliu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8c0ec1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd9f71e View commit details
    Browse the repository at this point in the history
  5. Expose mod permutation and re-export permutation::keygen::Assembly (

    #149)
    
    * feat: expose mod ule `permutation` and re-export `permutation::keygen::Assembly`
    
    * feat: derive `lone` for `permutation::keygen::Assembly`
    
    * feat: bump MSRV for `inferno`
    han0110 authored and rrrliu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ef3d7c6 View commit details
    Browse the repository at this point in the history
  6. feat(MockProver): replace errors by asserts

    In MockProver, replace all code that returns an error by an assert that panics instead of returning the error.  This change aims to make it easier to debug circuit code bugs by getting backtraces.
    ed255 authored and rrrliu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9eda887 View commit details
    Browse the repository at this point in the history
  7. MockProver test utililities (#153)

    * test/unwrap_value: escape Value safety in the dev module
    
    * test/mock-prover-values: MockProver exposes the generated columns to tests
    
    * test/mock-prover-values: doc
    
    * mockprover-util: remove unwrap_value
    
    ---------
    
    Co-authored-by: Aurélien Nicolas <[email protected]>
    2 people authored and rrrliu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    fada9ea View commit details
    Browse the repository at this point in the history
  8. feat: Parallel random blinder poly impl (#152)

    * feat: Parallelize `commit` blinder poly generator method
    
    Solves the concerns raised in #151 related to the performance of the
    random poly generator inside of `commit`.
    
    Resolves: #151
    
    * chore: add `from_evals` for Polynomial
    
    * chore: add benches for commit_zk serial vs par
    
    * fix: Correct thread_seeds iter size
    
    * fix: Clippy
    
    * chore: apply review suggestions
    
    * fix: Inconsisten num of Scalars generated parallely
    
    This fix from @ed255 fixes an error on the code proposal which was
    rounding the num of Scalars to be generated and so, was producing
    failures.
    
    Co-authored-by: Edu <[email protected]>
    
    * remove: legacy comments & code
    
    ---------
    
    Co-authored-by: Edu <[email protected]>
    2 people authored and rrrliu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d1d41a0 View commit details
    Browse the repository at this point in the history
  9. change: Migrate workspace to pasta_curves-0.5 (#157)

    * change: Migrate workspace to pasta_curves-0.5
    
    This ports the majority of the workspace to the `pasta_curves-0.5.0`
    leaving some tricky edge-cases that we need to handle carefully.
    
    Resolves: #132
    
    * fix: Complete latest trait bounds to compile halo2proofs
    
    * change: Migrate examples & benches to pasta 0.5
    
    * change: Migrate halo2_gadgets to pasta-0.5
    
    * change: Update gadgets outdated code with latest upstream
    
    * fix: Sha3 gadget circuit
    
    * fix: doc tests
    
    * chore: Update merged main
    
    * fix: Apply review suggestions
    CPerezz authored and rrrliu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b2009fe View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. update to match new org

    rrrliu committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    64a3e77 View commit details
    Browse the repository at this point in the history
Loading