summaryrefslogtreecommitdiff
path: root/crates/hashx/src/program.rs
Commit message (Expand)AuthorAgeFilesLines
* hashx: Cleanup around Instruction and NUM_INSTRUCTIONSMicah Elizabeth Scott2023-08-251-3/+9
* RFC: hashx: Make Architecture::compile take an array refIan Jackson2023-08-251-2/+2
* RustfmtIan Jackson2023-08-241-2/+7
* hashx: FixedCapacityVec: Replace .into_boxed_array method with TryIan Jackson2023-08-241-1/+1
* hashx: FixedCapacityVec: Move into its own moduleIan Jackson2023-08-241-1/+2
* RustfmtIan Jackson2023-08-231-1/+1
* RFC: hashx: Introduce FixedCapacityVecIan Jackson2023-08-231-3/+3
* RFC: hashx: Make Program a boxed arrayIan Jackson2023-08-231-4/+4
* hashx: Use a boxed slice for Program storageMicah Elizabeth Scott2023-08-211-3/+3
* hashx: New approach to avoid memcpy in ProgramMicah Elizabeth Scott2023-08-211-22/+20
* tor-hspow, equix, hashx: Comment tweaksMicah Elizabeth Scott2023-07-271-17/+17
* hashx: use RngCore for HashX's internal PRNGMicah Elizabeth Scott2023-07-271-2/+2
* hashx: register set optimizations, 20% faster generatorMicah Elizabeth Scott2023-07-271-0/+4
* Reimplement HashX in RustMicah Elizabeth Scott2023-07-271-0/+309