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

[feat] update gen_dummy_snark to help with keygen #48

Merged
merged 11 commits into from
Dec 13, 2023

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    7fb9861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6658c6f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. chore: remove dbg

    jonathanpwang committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7053593 View commit details
    Browse the repository at this point in the history
  2. feat: refactor into gen_dummy_snark_from_vk

    This function does not need to know the `ConcreteCircuit` type
    jonathanpwang committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1340fd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. feat: add KeygenAggregationCircuitIntent for keygen

    Trait to help keygen of aggregation circuits.
    jonathanpwang committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    47e4f99 View commit details
    Browse the repository at this point in the history
  2. chore: fix clippy

    jonathanpwang committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fad4604 View commit details
    Browse the repository at this point in the history
  3. chore: rename function

    jonathanpwang committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fade85d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da87d43 View commit details
    Browse the repository at this point in the history
  5. chore: From impl

    jonathanpwang committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0ea8bda View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. chore: add gen_dummy_snark_from_protocol

    Also added `NativeKzgAccumulationScheme` trait
    jonathanpwang committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2e5eadb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bdd68f View commit details
    Browse the repository at this point in the history