summaryrefslogtreecommitdiff
path: root/crates/hashx
Commit message (Expand)AuthorAgeFilesLines
...
* | hashx/bench: Shared generate wrapper for u64-hash and full-hashMicah Elizabeth Scott2023-08-011-11/+14
* | hashx/bench, equix/bench: Enable debug symbolsMicah Elizabeth Scott2023-08-011-0/+5
* | hashx/bench, equix/bench: check in matching Cargo.lock filesMicah Elizabeth Scott2023-08-012-1/+1099
* | equix, hashx: Benchmark against C implementationMicah Elizabeth Scott2023-08-015-99/+198
|/
* equix, hashx: Additional comment tweaksMicah Elizabeth Scott2023-07-272-1/+5
* equix, hashx: Prepare for an initial LGPL releaseMicah Elizabeth Scott2023-07-271-1/+6
* tor-hspow, equix, hashx: Comment tweaksMicah Elizabeth Scott2023-07-2713-190/+270
* hashx: Simplify RegisterWriterMapMicah Elizabeth Scott2023-07-271-28/+5
* tor-hspow, equix, hashx: Make all error types CloneMicah Elizabeth Scott2023-07-271-3/+11
* hashx: Simplify hash_to_bytes, only support fixed output widthMicah Elizabeth Scott2023-07-272-5/+5
* hashx: use RngCore for HashX's internal PRNGMicah Elizabeth Scott2023-07-277-302/+381
* hashx: Implement Default for RuntimeOptionMicah Elizabeth Scott2023-07-271-11/+4
* Update equix, hashx, tor-hspow for new clippy defaultsMicah Elizabeth Scott2023-07-271-1/+1
* hashx: register set optimizations, 20% faster generatorMicah Elizabeth Scott2023-07-276-64/+177
* Reimplement HashX in RustMicah Elizabeth Scott2023-07-2717-0/+3643