aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/src/rng.rs
Commit message (Expand)AuthorAgeFilesLines
* llcrypto: Use rdrand on aarch64 too.Nick Mathewson2026-07-011-2/+1
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-34/+50
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* tor-llcrypto: Removed dependency on `once_cell`hashcatHitman2025-06-141-2/+2
* tor-llcrypto: fix feature name typoSteven Engler2025-06-091-1/+1
* llcrypto: Document some design choices from CautiousRng.Nick Mathewson2025-03-241-1/+12
* Use an EntropicRng trait to enforce key generation rules.Nick Mathewson2025-03-241-1/+44
* llcrypto: new CautiousRng for constructing long-lived keysNick Mathewson2025-03-241-0/+142