aboutsummaryrefslogtreecommitdiff
path: root/crates/hashx/src/constraints.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* hashx: Cleanup around Instruction and NUM_INSTRUCTIONSMicah Elizabeth Scott2023-08-251-6/+4
* RustfmtIan Jackson2023-08-241-1/+1
* hashx: FixedCapacityVec: Move into its own moduleIan Jackson2023-08-241-1/+1
* RustfmtIan Jackson2023-08-231-2/+2
* RFC: hashx: Introduce FixedCapacityVecIan Jackson2023-08-231-1/+3
* hashx: Rearrange destination register validator for performanceMicah Elizabeth Scott2023-08-211-9/+45
* hashx: New approach to avoid memcpy in ProgramMicah Elizabeth Scott2023-08-211-2/+2
* hashx: Rewrite RegisterSet again to reduce CPU frontend stallsMicah Elizabeth Scott2023-08-211-23/+18
* hashx: new RegisterWriter format handles more cases transparentlyMicah Elizabeth Scott2023-08-211-52/+65
* tor-hspow, equix, hashx: Comment tweaksMicah Elizabeth Scott2023-07-271-14/+36
* hashx: Simplify RegisterWriterMapMicah Elizabeth Scott2023-07-271-28/+5
* hashx: register set optimizations, 20% faster generatorMicah Elizabeth Scott2023-07-271-15/+34
* Reimplement HashX in RustMicah Elizabeth Scott2023-07-271-0/+306