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

chore: Speed up random poly generation #742

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Feb 27, 2023

  1. chore: Speed up random poly generation

    As noted in
    privacy-scaling-explorations#151 the
    generation of a random poly for degrees bigger than 20 starts to get
    quite slow.
    
    This PR tries to include some minimal changes in the `commit` fn so that
    we upstream the improvements achieved in PSE/halo2
    CPerezz committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    3689925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49cf60 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    a4cc9f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    580d982 View commit details
    Browse the repository at this point in the history