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

Schnorr final #13

Merged
merged 27 commits into from
Dec 3, 2023
Merged

Schnorr final #13

merged 27 commits into from
Dec 3, 2023

Commits on Nov 22, 2023

  1. wip

    mzacho committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    fbcb9bd View commit details
    Browse the repository at this point in the history
  2. Nat mul_mod og pow_mod

    arcuo committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2627f97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae7a0a View commit details
    Browse the repository at this point in the history
  4. generate e

    arcuo committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8bed56c View commit details
    Browse the repository at this point in the history
  5. Move group to param

    arcuo committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b10a21f View commit details
    Browse the repository at this point in the history
  6. Update src/nat.rs

    Mactherobot authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    bce318f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7 from mzacho/nat_mul_pow

    Implement mul_mod and pow_mod for Nat
    Mactherobot authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3ae13c2 View commit details
    Browse the repository at this point in the history
  8. Update src/schnorr.rs

    Co-authored-by: Martin Zacho <[email protected]>
    arcuo and mzacho authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4018bc1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #8 from mzacho/generate_e

    Generate e
    Mactherobot authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    db30a20 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5206a4e View commit details
    Browse the repository at this point in the history
  11. Modulus

    arcuo committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1e9ca5d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    336659a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8001c86 View commit details
    Browse the repository at this point in the history
  14. Refactor lazy_static block into GroupSpec::new

    and clean up blood type compatability stuff
    mzacho committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6d62a29 View commit details
    Browse the repository at this point in the history
  15. cargo fmt

    mzacho committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c83f075 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    fd2a3bb View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    ac8e35b View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    Mactherobot committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    19dacba View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    2de8e52 View commit details
    Browse the repository at this point in the history
  2. Give some more comments

    Mactherobot committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    77b304a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1de1123 View commit details
    Browse the repository at this point in the history
  4. Remove warnings

    Mactherobot committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6e7aaba View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Update groups.rs

    Co-authored-by: Martin Zacho <[email protected]>
    Mactherobot and mzacho authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    af1791e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2e8f89 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Merge branch 'schnorr' into Schnorr-Final

    * schnorr:
      Update groups.rs
    mzacho committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0676345 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into Schnorr-Final

    * main:
      Update src/shares.rs
    mzacho committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5a84668 View commit details
    Browse the repository at this point in the history