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

Add Brakedown multilinear PCS #131

Merged
merged 88 commits into from
Oct 25, 2024
Merged

Add Brakedown multilinear PCS #131

merged 88 commits into from
Oct 25, 2024

Commits on Oct 25, 2023

  1. added hyrax PCS

    Antonio95 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f13a576 View commit details
    Browse the repository at this point in the history
  2. Add univariate and multilinear Ligero PCS

    Co-authored-by: Hossein Moghaddas <[email protected]>
    Co-authored-by: Antonio Mejías Gil <[email protected]>
    3 people committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    fba3d80 View commit details
    Browse the repository at this point in the history
  3. Add Brakedown

    autquis committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9bbd74e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    e00d5b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5119b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aba5dd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1f65af View commit details
    Browse the repository at this point in the history
  5. remove unused no-std import

    mmagician committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    86a322f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69896d4 View commit details
    Browse the repository at this point in the history
  7. remove unused code in hyrax

    mmagician committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ecf73f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    234e049 View commit details
    Browse the repository at this point in the history
  9. Update comments

    autquis committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    dd281f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    14f80fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0dd336 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f424c48 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6138fe2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0628824 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    0a2b119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d8dc45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c282010 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0d825b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd58a1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06c59e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    a845018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12afb33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b48223 View commit details
    Browse the repository at this point in the history
  4. fixed hashbrown version

    Antonio95 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5e955bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b0c371 View commit details
    Browse the repository at this point in the history
  6. fixed hashbrown version

    Antonio95 authored and mmagician committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6967c28 View commit details
    Browse the repository at this point in the history
  7. pulled

    Antonio95 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    dd82dbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a029081 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7f465a View commit details
    Browse the repository at this point in the history
  10. patched bn254 dep

    Antonio95 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c010663 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    d415053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acb65ec View commit details
    Browse the repository at this point in the history
  3. completed ligero benchmarks

    Antonio95 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    80410d0 View commit details
    Browse the repository at this point in the history
  4. added ligero benchmark file

    Antonio95 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    25c34aa View commit details
    Browse the repository at this point in the history
  5. merged master from arkworks

    Antonio95 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f84e77e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bbc519 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Hyrax fix bench (#42)

    * fix bench call
    
    * set num vars from 12-20
    mmagician authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3ef7309 View commit details
    Browse the repository at this point in the history
  2. Brakedown fix bench (#41)

    * fix bench call
    
    * set num vars from 12-20
    mmagician authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    61ff14a View commit details
    Browse the repository at this point in the history
  3. Ligero fix benches (#40)

    * fix bench call
    
    * set num vars from 12-20
    mmagician authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    370e77c View commit details
    Browse the repository at this point in the history
  4. Hyrax parallel commit (#39)

    * Enable parallel commitment in hyrax
    
    amend
    
    * make `rand` optional
    
    * remove dead code
    mmagician authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cc1f75a View commit details
    Browse the repository at this point in the history
  5. Make Hyrax hiding again (#43)

    * removed evaluation randomness from proof and ignored claimed value in check to make scheme hiding
    
    * fmt
    
    * removed unnecessary usage of argument  in check, added _
    Antonio95 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7c7328d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Jan 9, 2024

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

Commits on Jan 15, 2024

  1. Fix the comment

    Co-authored-by: Marcin <[email protected]>
    autquis and mmagician authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4f6005d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Delete IOPTranscript, update with master (#44) (aka Brakedown++)

    * Add the trait bounds
    
    * Add `CommitmentState`
    
    * Update benches for the new type
    
    * Fix the name of local variable
    
    * Merge `PCCommitmentState` with `PCRandomness`
    
    * Update `README.md`
    
    * Fix a bug
    
    * Complete the merge
    
    * Simplify `hash_column`
    
    * Delete comments
    
    * Add `CommitmentState`
    
    * Make `fmt` happy
    
    * Refactor, remove `hash_columns`
    
    * Rename all params
    
    * remove cfg(benches) attributes as that feature is no longer used
    
    * Brakedown+++ (#46)
    
    * conversion to `into_iter` is a no-op
    
    * remove explicit casts to vecs
    
    * rename to use singular of `labeled_commitment`
    
    * simplify the iterators even further by zipping two iters
    
    * Apply suggestions from code review
    
    * Maybe `empty` not return `Self`
    
    * Make `empty` return `Self`
    
    * Rename `rand` to `state`
    
    * Add the type `Randomness`
    
    * Rename nonnative to emulated, as in `r1cs-std` (arkworks-rs#137)
    
    * Rename nonnative to emulated, as in `r1cs-std`
    
    * Run `fmt`
    
    * Temporarily change `Cargo.toml`
    
    * Revert `Cargo.toml`
    
    * Refactor `FoldedPolynomialStream` partially
    
    * Substitute `ChallengeGenerator` by the generic sponge (arkworks-rs#139)
    
    * Rename nonnative to emulated, as in `r1cs-std`
    
    * Run `fmt`
    
    * Temporarily change `Cargo.toml`
    
    * Substitute `ChallengeGenerator` with the generic sponge
    
    * Run `fmt`
    
    * Remove the extra file
    
    * Update modules
    
    * Delete the unnecessary loop
    
    * Revert `Cargo.toml`
    
    * Refactor `FoldedPolynomialStream` partially
    
    * Update README
    
    * Make the diff more readable
    
    * Bring the whitespace back
    
    * Make diff more readable, 2
    
    * Fix according to breaking changes in `ark-ec` (arkworks-rs#141)
    
    * Fix for KZG10
    
    * Fix the breaking changes in `ark-ec`
    
    * Remove the extra loop
    
    * Fix the loop range
    
    * re-use the preprocessing table
    
    * also re-use the preprocessing table for multilinear_pc
    
    ---------
    
    Co-authored-by: mmagician <[email protected]>
    
    * Auxiliary opening data (arkworks-rs#134)
    
    * Add the trait bounds
    
    * Add `CommitmentState`
    
    * Update benches for the new type
    
    * Fix the name of local variable
    
    * Merge `PCCommitmentState` with `PCRandomness`
    
    * Update `README.md`
    
    * Fix a bug
    
    * Put `Randomness` in `CommitmentState`
    
    * Add a comment
    
    * Remove the extra loop
    
    * Update the comment for `CommitmentState`
    
    Co-authored-by: Marcin <[email protected]>
    
    * cargo fmt
    
    ---------
    
    Co-authored-by: Marcin <[email protected]>
    
    * `batch_mul_with_preprocessing` no longer takes `self` as argument (arkworks-rs#142)
    
    * batch_mul_with_preprocessing no longer takes `self` as argument
    
    * Apply suggestions from code review
    
    Co-authored-by: Pratyush Mishra <[email protected]>
    
    * fix variable name
    
    ---------
    
    Co-authored-by: Pratyush Mishra <[email protected]>
    
    * Remove `ChallengeGenerator` for Brakedown (#53)
    
    * Squash and merge `delete-chalgen` onto here
    
    * Fix Brakedown for `ChallengeGenerator` and `AsRef` for Merkle tree
    
    * Remove `IOPTranscript` (#52)
    
    * Replace the `IOPTranscript` with `CryptographicSponge`
    
    * Delete extra comments
    
    * Delete TODOs and do not absorb what you just squeezed
    
    * Remove the extra loop
    
    * Revert the incorrect changes in `bench-tamplates`
    
    ---------
    
    Co-authored-by: mmagician <[email protected]>
    Co-authored-by: Pratyush Mishra <[email protected]>
    3 people authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2011982 View commit details
    Browse the repository at this point in the history
  2. Update a comment

    autquis committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a4ed4e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Delete IOPTranscript, update with master (#50) (aka Hyrax++)

    * Add the trait bounds
    
    * Add `CommitmentState`
    
    * Update benches for the new type
    
    * Fix the name of local variable
    
    * Merge `PCCommitmentState` with `PCRandomness`
    
    * Update `README.md`
    
    * Fix a bug
    
    * Change `Randomness` to `CommitmentState`
    
    * Maybe `empty` not return `Self`
    
    * Make `empty` return `Self`
    
    * Rename `rand` to `state`
    
    * Partially integrate the new design into Hyrax
    
    * Update Hyrax with the shared state
    
    * Rename nonnative to emulated, as in `r1cs-std` (arkworks-rs#137)
    
    * Rename nonnative to emulated, as in `r1cs-std`
    
    * Run `fmt`
    
    * Temporarily change `Cargo.toml`
    
    * Revert `Cargo.toml`
    
    * Refactor `FoldedPolynomialStream` partially
    
    * Substitute `ChallengeGenerator` by the generic sponge (arkworks-rs#139)
    
    * Rename nonnative to emulated, as in `r1cs-std`
    
    * Run `fmt`
    
    * Temporarily change `Cargo.toml`
    
    * Substitute `ChallengeGenerator` with the generic sponge
    
    * Run `fmt`
    
    * Remove the extra file
    
    * Update modules
    
    * Delete the unnecessary loop
    
    * Revert `Cargo.toml`
    
    * Refactor `FoldedPolynomialStream` partially
    
    * Update README
    
    * Make the diff more readable
    
    * Bring the whitespace back
    
    * Make diff more readable, 2
    
    * Fix according to breaking changes in `ark-ec` (arkworks-rs#141)
    
    * Fix for KZG10
    
    * Fix the breaking changes in `ark-ec`
    
    * Remove the extra loop
    
    * Fix the loop range
    
    * re-use the preprocessing table
    
    * also re-use the preprocessing table for multilinear_pc
    
    ---------
    
    Co-authored-by: mmagician <[email protected]>
    
    * Auxiliary opening data (arkworks-rs#134)
    
    * Add the trait bounds
    
    * Add `CommitmentState`
    
    * Update benches for the new type
    
    * Fix the name of local variable
    
    * Merge `PCCommitmentState` with `PCRandomness`
    
    * Update `README.md`
    
    * Fix a bug
    
    * Put `Randomness` in `CommitmentState`
    
    * Add a comment
    
    * Remove the extra loop
    
    * Update the comment for `CommitmentState`
    
    Co-authored-by: Marcin <[email protected]>
    
    * cargo fmt
    
    ---------
    
    Co-authored-by: Marcin <[email protected]>
    
    * `batch_mul_with_preprocessing` no longer takes `self` as argument (arkworks-rs#142)
    
    * batch_mul_with_preprocessing no longer takes `self` as argument
    
    * Apply suggestions from code review
    
    Co-authored-by: Pratyush Mishra <[email protected]>
    
    * fix variable name
    
    ---------
    
    Co-authored-by: Pratyush Mishra <[email protected]>
    
    * Remove ChallengeGenerator for Ligero (#56)
    
    * Squash and merge `delete-chalgen` onto here
    
    * Fix for `ChallengeGenerator`
    
    * Delete `IOPTranscript` for Hyrax (#55)
    
    * Use the sponge generic and rearrange `use`s
    
    * Use sponge instead of `IOPTransript`
    
    * Fix benches
    
    * Remove the extra loop
    
    ---------
    
    Co-authored-by: mmagician <[email protected]>
    Co-authored-by: Pratyush Mishra <[email protected]>
    3 people authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    55d7b58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d13296c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdf4236 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    694fa47 View commit details
    Browse the repository at this point in the history
  5. Delete IOPTranscript, update with master (#51) (aka Ligero++)

    * Add the trait bounds
    
    * Add `CommitmentState`
    
    * Update benches for the new type
    
    * Fix the name of local variable
    
    * Merge `PCCommitmentState` with `PCRandomness`
    
    * Update `README.md`
    
    * Fix a bug
    
    * Simplify `hash_column`
    
    * Delete comments
    
    * Add `CommitmentState`
    
    * Make `fmt` happy
    
    * Refactor, remove `hash_columns`
    
    * Rename all params
    
    * Maybe `empty` not return `Self`
    
    * Make `empty` return `Self`
    
    * Rename `rand` to `state`
    
    * Add type `Randomness`
    
    * Ligero+++ (#46)
    
    * conversion to `into_iter` is a no-op
    
    * remove explicit casts to vecs
    
    * rename to use singular of `labeled_commitment`
    
    * simplify the iterators even further by zipping two iters
    
    * Apply suggestions from code review
    
    * Fix tests: sponge config for univariate ligero
    
    * Rename nonnative to emulated, as in `r1cs-std` (arkworks-rs#137)
    
    * Rename nonnative to emulated, as in `r1cs-std`
    
    * Run `fmt`
    
    * Temporarily change `Cargo.toml`
    
    * Revert `Cargo.toml`
    
    * Refactor `FoldedPolynomialStream` partially
    
    * Substitute `ChallengeGenerator` by the generic sponge (arkworks-rs#139)
    
    * Rename nonnative to emulated, as in `r1cs-std`
    
    * Run `fmt`
    
    * Temporarily change `Cargo.toml`
    
    * Substitute `ChallengeGenerator` with the generic sponge
    
    * Run `fmt`
    
    * Remove the extra file
    
    * Update modules
    
    * Delete the unnecessary loop
    
    * Revert `Cargo.toml`
    
    * Refactor `FoldedPolynomialStream` partially
    
    * Update README
    
    * Make the diff more readable
    
    * Bring the whitespace back
    
    * Make diff more readable, 2
    
    * Fix according to breaking changes in `ark-ec` (arkworks-rs#141)
    
    * Fix for KZG10
    
    * Fix the breaking changes in `ark-ec`
    
    * Remove the extra loop
    
    * Fix the loop range
    
    * re-use the preprocessing table
    
    * also re-use the preprocessing table for multilinear_pc
    
    ---------
    
    Co-authored-by: mmagician <[email protected]>
    
    * Auxiliary opening data (arkworks-rs#134)
    
    * Add the trait bounds
    
    * Add `CommitmentState`
    
    * Update benches for the new type
    
    * Fix the name of local variable
    
    * Merge `PCCommitmentState` with `PCRandomness`
    
    * Update `README.md`
    
    * Fix a bug
    
    * Put `Randomness` in `CommitmentState`
    
    * Add a comment
    
    * Remove the extra loop
    
    * Update the comment for `CommitmentState`
    
    Co-authored-by: Marcin <[email protected]>
    
    * cargo fmt
    
    ---------
    
    Co-authored-by: Marcin <[email protected]>
    
    * `batch_mul_with_preprocessing` no longer takes `self` as argument (arkworks-rs#142)
    
    * batch_mul_with_preprocessing no longer takes `self` as argument
    
    * Apply suggestions from code review
    
    Co-authored-by: Pratyush Mishra <[email protected]>
    
    * fix variable name
    
    ---------
    
    Co-authored-by: Pratyush Mishra <[email protected]>
    
    * Remove `ChallengeGenerator` and `IOPTranscript` for Ligero (#57)
    
    * Squash and merge `delete-chalgen` onto here
    
    * Fix Ligero for `ChallengeGenerator` and `AsRef` for Merkle tree
    
    * Fix tests: sponge config for univariate ligero
    
    * Delete `IOPTranscript` for Ligero (#54)
    
    * Replace the `IOPTranscript` with `CryptographicSponge`
    
    * Delete extra comments
    
    * Run fmt
    
    * Fix tests: sponge config for univariate ligero
    
    * Delete TODOs and do not absorb what you just squeezed
    
    * Fix unused import
    
    * Revert "Fix unused import"
    
    This reverts commit e85af90.
    
    * Try to fix
    
    * Remove the extra loop
    
    ---------
    
    Co-authored-by: mmagician <[email protected]>
    Co-authored-by: Pratyush Mishra <[email protected]>
    3 people authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    044d74a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5c6039 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f988ac View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Remove extra cfg_iter!

    Co-authored-by: Pratyush Mishra <[email protected]>
    autquis and Pratyush authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5677c5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e6412 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Hash and absorb

    autquis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ac4a14c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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

Commits on Jan 31, 2024

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

Commits on Jun 3, 2024

  1. added Sync trait bound

    Co-authored-by: Cesar Descalzo <[email protected]>
    Antonio95 and Cesar199999 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    265e261 View commit details
    Browse the repository at this point in the history
  2. removed TODO

    Antonio95 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a5cf4cf View commit details
    Browse the repository at this point in the history
  3. Fixed error whereby boolean value returned by path.verify was neglected

    Co-authored-by: Cesar Descalzo <[email protected]>
    
    Co-authored-by: mmagician <[email protected]>
    Antonio95 and mmagician committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8d356db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61d9a76 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. changed potential panic to returning Err, stopping early

    Co-authored-by: Cesar Descalzo <[email protected]>
    Antonio95 and Cesar199999 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6c5e096 View commit details
    Browse the repository at this point in the history
  2. removed unnecessary function defined inside check()

    Co-authored-by: Cesar Descalzo <[email protected]>
    Antonio95 and Cesar199999 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    18a3d84 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. various minor fixes

    Antonio95 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f3495d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Add ark-std to patch

    autquis committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f66901b View commit details
    Browse the repository at this point in the history
  2. Reorder Hyrax checks

    Co-authored-by: Antonio Mejías Gil <[email protected]>
    2 people authored and autquis committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    103669f View commit details
    Browse the repository at this point in the history
  3. Add ark-std to patch

    autquis committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    eee8e0b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Downgrade hashbrown

    autquis committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    65ef67c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67ddd9c View commit details
    Browse the repository at this point in the history
  3. Reorder deps

    autquis committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    175a610 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Add dummy doc for nightly

    autquis committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d3e3808 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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

Commits on Oct 25, 2024

  1. Revert to Blake2

    autquis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c2ba181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e310f5 View commit details
    Browse the repository at this point in the history
  3. Fix merging issues

    autquis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9b03b60 View commit details
    Browse the repository at this point in the history
  4. Test if CI is happy

    autquis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f5924ee View commit details
    Browse the repository at this point in the history
  5. Revert and cleanup

    autquis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cb20740 View commit details
    Browse the repository at this point in the history
  6. Delete dummy doc

    autquis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5239162 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    552163a View commit details
    Browse the repository at this point in the history
  8. Bring back num_traits

    autquis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    921d8ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    adac1b3 View commit details
    Browse the repository at this point in the history
  10. Fix merge conflict for README.md

    Co-authored-by: Pratyush Mishra <[email protected]>
    autquis and Pratyush authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9a2fdc1 View commit details
    Browse the repository at this point in the history
  11. Add / to Cargo.toml

    autquis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2f853cf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6781490 View commit details
    Browse the repository at this point in the history