summaryrefslogtreecommitdiff
path: root/crates/hashx/src/register.rs
Commit message (Expand)AuthorAgeFilesLines
* hashx: Gate as_u8() behind the compiler featureGabriela Moldovan2025-11-201-0/+1
* hashx: A couple of comments about register rangesNick Mathewson2025-10-081-0/+3
* hashx: Provide a u8 accessor for RegisterId.Nick Mathewson2025-10-071-0/+6
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* hashx: Rewrite RegisterSet again to reduce CPU frontend stallsMicah Elizabeth Scott2023-08-211-122/+24
* tor-hspow, equix, hashx: Comment tweaksMicah Elizabeth Scott2023-07-271-28/+30
* hashx: use RngCore for HashX's internal PRNGMicah Elizabeth Scott2023-07-271-6/+6
* hashx: register set optimizations, 20% faster generatorMicah Elizabeth Scott2023-07-271-48/+86
* Reimplement HashX in RustMicah Elizabeth Scott2023-07-271-0/+212