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

RSA Accumulators / Vector Commitments #9

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Dec 8, 2021

  1. Add preliminary PoE implementation

    Jani Anttonen committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    08dcc58 View commit details
    Browse the repository at this point in the history
  2. Fix clippy warning

    Jani Anttonen committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    9945b22 View commit details
    Browse the repository at this point in the history
  3. Add a proptest for shizz and gigles

    Jani Anttonen committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    48849fc View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Make tests using primality use smaller primes

    Jani Anttonen committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    c0f4831 View commit details
    Browse the repository at this point in the history
  2. Remove unused test import

    Jani Anttonen committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    1e2d640 View commit details
    Browse the repository at this point in the history
  3. Convert the prime hasher test to a proptest

    Jani Anttonen committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    a6abe4e View commit details
    Browse the repository at this point in the history