summaryrefslogtreecommitdiff
path: root/crates/hashx/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch to FixedCapacityVec 0.1.0 from crates.ioIan Jackson2023-09-061-2/+0
* hashx: FixedCapacityVec: Move into its own moduleIan Jackson2023-08-241-0/+2
* hashx: New approach to avoid memcpy in ProgramMicah Elizabeth Scott2023-08-211-6/+5
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* tor-hspow, equix, hashx: Comment tweaksMicah Elizabeth Scott2023-07-271-15/+15
* hashx: Simplify hash_to_bytes, only support fixed output widthMicah Elizabeth Scott2023-07-271-4/+4
* hashx: use RngCore for HashX's internal PRNGMicah Elizabeth Scott2023-07-271-10/+36
* 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
* Reimplement HashX in RustMicah Elizabeth Scott2023-07-271-0/+212