summaryrefslogtreecommitdiff
path: root/crates/hashx/src
Commit message (Expand)AuthorAgeFilesLines
...
* hashx: New approach to avoid memcpy in ProgramMicah Elizabeth Scott2023-08-217-63/+49
* hashx: Rewrite RegisterSet again to reduce CPU frontend stallsMicah Elizabeth Scott2023-08-216-210/+103
* hashx: new RegisterWriter format handles more cases transparentlyMicah Elizabeth Scott2023-08-213-99/+112
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* equix, hashx: Additional comment tweaksMicah Elizabeth Scott2023-07-271-1/+1
* 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-271-4/+4
* hashx: use RngCore for HashX's internal PRNGMicah Elizabeth Scott2023-07-276-302/+380
* 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-2712-0/+3222