summaryrefslogtreecommitdiff
path: root/crates/hashx/src/generator.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename variables named "gen"Nick Mathewson2025-08-071-4/+4
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Update code for Edition 2024Nick Mathewson2025-08-071-4/+4
* hashx: Cleanup around Instruction and NUM_INSTRUCTIONSMicah Elizabeth Scott2023-08-251-7/+2
* RustfmtIan Jackson2023-08-241-1/+1
* hashx: FixedCapacityVec: Move into its own moduleIan Jackson2023-08-241-69/+1
* RustfmtIan Jackson2023-08-231-6/+6
* RFC: hashx: Introduce FixedCapacityVecIan Jackson2023-08-231-2/+75
* hashx: Rearrange destination register validator for performanceMicah Elizabeth Scott2023-08-211-3/+4
* hashx: New approach to avoid memcpy in ProgramMicah Elizabeth Scott2023-08-211-26/+15
* hashx: Rewrite RegisterSet again to reduce CPU frontend stallsMicah Elizabeth Scott2023-08-211-39/+42
* hashx: new RegisterWriter format handles more cases transparentlyMicah Elizabeth Scott2023-08-211-44/+44
* tor-hspow, equix, hashx: Comment tweaksMicah Elizabeth Scott2023-07-271-29/+51
* hashx: use RngCore for HashX's internal PRNGMicah Elizabeth Scott2023-07-271-18/+24
* hashx: register set optimizations, 20% faster generatorMicah Elizabeth Scott2023-07-271-0/+16
* Reimplement HashX in RustMicah Elizabeth Scott2023-07-271-0/+438