Skip to content
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

Improve performance of vk & pk keygen and of default parallelize chunking size #127

Merged
merged 3 commits into from
Jan 20, 2023

Commits on Jan 18, 2023

  1. Squashed commit of the following:

    commit 17e3c4e
    Author: Mickey <hedgefund996@gmail.com>
    Date:   Fri Jul 15 11:10:32 2022 +0800
    
        speed up generate vk pk with multi-thread
    pinkiebell committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    2591d1e View commit details
    Browse the repository at this point in the history
  2. fix

    pinkiebell committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c5e69e6 View commit details
    Browse the repository at this point in the history
  3. Improve performance of vk & pk keygen and of default parallelize ch…

    …unking size.
    
    Reduces proving time on large circuits consistently >=3%.
    Builts upon [speed up generate vk pk with multi-thread](privacy-scaling-explorations#88)
    Fixes: privacy-scaling-explorations#83
    pinkiebell committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    b3a8f24 View commit details
    Browse the repository at this point in the history