| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | hashx/bench: Add cachegrind microbenchmarks | Micah Elizabeth Scott | 2023-08-18 | 4 | -0/+102 |
| * | Run add_warnings on all files. | Nick Mathewson | 2023-08-04 | 1 | -2/+2 |
| * | Merge branch 'ticket889_fuzz' into 'main' | Nick Mathewson | 2023-08-02 | 4 | -0/+226 |
| |\ |
|
| | * | hashx/fuzz, equix/fuzz: use arti-corpora | Micah Elizabeth Scott | 2023-08-01 | 2 | -1/+1 |
| | * | hashx/fuzz: update tor-c-equix dependency | Micah Elizabeth Scott | 2023-08-01 | 1 | -1/+1 |
| | * | hashx/fuzz: Comments, explain our 'seed' input | Micah Elizabeth Scott | 2023-08-01 | 1 | -2/+23 |
| | * | hashx/fuzz: Simplify, remove rayon dependency | Micah Elizabeth Scott | 2023-08-01 | 2 | -15/+4 |
| | * | hashx/fuzz: Start a cross-implementation fuzzer for HashX | Micah Elizabeth Scott | 2023-08-01 | 3 | -0/+216 |
| * | | hashx/bench: Shared generate wrapper for u64-hash and full-hash | Micah Elizabeth Scott | 2023-08-01 | 1 | -11/+14 |
| * | | hashx/bench, equix/bench: Enable debug symbols | Micah Elizabeth Scott | 2023-08-01 | 1 | -0/+5 |
| * | | hashx/bench, equix/bench: check in matching Cargo.lock files | Micah Elizabeth Scott | 2023-08-01 | 2 | -1/+1099 |
| * | | equix, hashx: Benchmark against C implementation | Micah Elizabeth Scott | 2023-08-01 | 5 | -99/+198 |
| |/ |
|
| * | equix, hashx: Additional comment tweaks | Micah Elizabeth Scott | 2023-07-27 | 2 | -1/+5 |
| * | equix, hashx: Prepare for an initial LGPL release | Micah Elizabeth Scott | 2023-07-27 | 1 | -1/+6 |
| * | tor-hspow, equix, hashx: Comment tweaks | Micah Elizabeth Scott | 2023-07-27 | 13 | -190/+270 |
| * | hashx: Simplify RegisterWriterMap | Micah Elizabeth Scott | 2023-07-27 | 1 | -28/+5 |
| * | tor-hspow, equix, hashx: Make all error types Clone | Micah Elizabeth Scott | 2023-07-27 | 1 | -3/+11 |
| * | hashx: Simplify hash_to_bytes, only support fixed output width | Micah Elizabeth Scott | 2023-07-27 | 2 | -5/+5 |
| * | hashx: use RngCore for HashX's internal PRNG | Micah Elizabeth Scott | 2023-07-27 | 7 | -302/+381 |
| * | hashx: Implement Default for RuntimeOption | Micah Elizabeth Scott | 2023-07-27 | 1 | -11/+4 |
| * | Update equix, hashx, tor-hspow for new clippy defaults | Micah Elizabeth Scott | 2023-07-27 | 1 | -1/+1 |
| * | hashx: register set optimizations, 20% faster generator | Micah Elizabeth Scott | 2023-07-27 | 6 | -64/+177 |
| * | Reimplement HashX in Rust | Micah Elizabeth Scott | 2023-07-27 | 17 | -0/+3643 |