| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typos | Dimitris Apostolou | 2024-01-08 | 1 | -1/+1 |
| * | Switch to FixedCapacityVec 0.1.0 from crates.io | Ian Jackson | 2023-09-06 | 3 | -300/+1 |
| * | hashx: Cleanup around Instruction and NUM_INSTRUCTIONS | Micah Elizabeth Scott | 2023-08-25 | 6 | -28/+24 |
| * | hashx: Avoid memcpy in Assembler::finalize() | Micah Elizabeth Scott | 2023-08-25 | 1 | -1/+7 |
| * | Rustfmt | Ian Jackson | 2023-08-25 | 3 | -3/+3 |
| * | RFC: hashx: Make Architecture::compile take an array ref | Ian Jackson | 2023-08-25 | 4 | -6/+9 |
| * | Run maint/add-warning | Ian Jackson | 2023-08-25 | 1 | -0/+1 |
| * | hashx: FixedCapacityVec: Fix clippy lints | Ian Jackson | 2023-08-24 | 1 | -4/+3 |
| * | Rustfmt | Ian Jackson | 2023-08-24 | 4 | -6/+12 |
| * | hashx: FixedCapacityVec: impl Send, Sync, [Ref]UnwindSafe | Ian Jackson | 2023-08-24 | 1 | -0/+13 |
| * | hashx: FixedCapacityVec: Tests | Ian Jackson | 2023-08-24 | 1 | -0/+105 |
| * | hashx: FixedCapacityVec: introduce push_inner | Ian Jackson | 2023-08-24 | 1 | -7/+21 |
| * | hashx: FixedCapacityVec: use *mut T, and impl Drop | Ian Jackson | 2023-08-24 | 1 | -24/+68 |
| * | hashx: FixedCapacityVec: Note some missing stuff | Ian Jackson | 2023-08-24 | 1 | -0/+12 |
| * | hashx: FixedCapacityVec: Documentation | Ian Jackson | 2023-08-24 | 1 | -0/+27 |
| * | hashx: FixedCapacityVec: Replace .into_boxed_array method with Try | Ian Jackson | 2023-08-24 | 2 | -9/+16 |
| * | hashx: FixedCapacityVec: Move into its own module | Ian Jackson | 2023-08-24 | 5 | -71/+80 |
| * | Rustfmt | Ian Jackson | 2023-08-23 | 3 | -9/+9 |
| * | RFC: hashx: Introduce FixedCapacityVec | Ian Jackson | 2023-08-23 | 3 | -6/+81 |
| * | RFC: hashx: Make Program a boxed array | Ian Jackson | 2023-08-23 | 1 | -4/+4 |
| * | hashx: Use a boxed slice for Program storage | Micah Elizabeth Scott | 2023-08-21 | 1 | -3/+3 |
| * | hashx: Assembly buffer sizing and tidying | Micah Elizabeth Scott | 2023-08-21 | 3 | -34/+104 |
| * | hashx: avoid surprising overhead of enum code() method | Micah Elizabeth Scott | 2023-08-21 | 1 | -3/+3 |
| * | hashx: Rearrange destination register validator for performance | Micah Elizabeth Scott | 2023-08-21 | 2 | -12/+49 |
| * | hashx: New approach to avoid memcpy in Program | Micah Elizabeth Scott | 2023-08-21 | 7 | -63/+49 |
| * | hashx: Rewrite RegisterSet again to reduce CPU frontend stalls | Micah Elizabeth Scott | 2023-08-21 | 6 | -210/+103 |
| * | hashx: new RegisterWriter format handles more cases transparently | Micah Elizabeth Scott | 2023-08-21 | 3 | -99/+112 |
| * | Run add_warnings on all files. | Nick Mathewson | 2023-08-04 | 1 | -2/+2 |
| * | equix, hashx: Additional comment tweaks | Micah Elizabeth Scott | 2023-07-27 | 1 | -1/+1 |
| * | tor-hspow, equix, hashx: Comment tweaks | Micah Elizabeth Scott | 2023-07-27 | 13 | -190/+270 |
| * | hashx: Simplify RegisterWriterMap | Micah Elizabeth Scott | 2023-07-27 | 1 | -28/+5 |
| * | tor-hspow, equix, hashx: Make all error types Clone | Micah Elizabeth Scott | 2023-07-27 | 1 | -3/+11 |
| * | hashx: Simplify hash_to_bytes, only support fixed output width | Micah Elizabeth Scott | 2023-07-27 | 1 | -4/+4 |
| * | hashx: use RngCore for HashX's internal PRNG | Micah Elizabeth Scott | 2023-07-27 | 6 | -302/+380 |
| * | hashx: Implement Default for RuntimeOption | Micah Elizabeth Scott | 2023-07-27 | 1 | -11/+4 |
| * | Update equix, hashx, tor-hspow for new clippy defaults | Micah Elizabeth Scott | 2023-07-27 | 1 | -1/+1 |
| * | hashx: register set optimizations, 20% faster generator | Micah Elizabeth Scott | 2023-07-27 | 6 | -64/+177 |
| * | Reimplement HashX in Rust | Micah Elizabeth Scott | 2023-07-27 | 12 | -0/+3222 |