Go to file
str4d 34bc787de9
Merge pull request #4 from daira/release-0.1.0
Add CHANGELOG.md and release version 0.1.0.
2023-03-10 20:41:55 +00:00
src Modify the tests to test quicksort from this crate. 2023-02-25 19:15:53 +00:00
.gitignore Initial commit: README, licenses, etc. 2023-02-24 21:18:55 +00:00
CHANGELOG.md Add CHANGELOG.md and release version 0.1.0. 2023-03-09 23:31:16 +00:00
Cargo.toml Add CHANGELOG.md and release version 0.1.0. 2023-03-09 23:31:16 +00:00
LICENSE-APACHE Initial commit: README, licenses, etc. 2023-02-24 21:18:55 +00:00
LICENSE-MIT Initial commit: README, licenses, etc. 2023-02-24 21:18:55 +00:00
README.md Initial commit: README, licenses, etc. 2023-02-24 21:18:55 +00:00

README.md

halo2_legacy_pdqsort Crates.io

Documentation

Description

A copy of the core::slice::sort module from the Rust 1.56.1 standard library, modified to behave the same on 32-bit platforms as on 64-bit. This is intended to work around a determinism bug in the halo2_proofs crate.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.