summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/src/intern.rs
Commit message (Collapse)AuthorAgeFilesLines
* Force use of standard hasher with weak_tables.Nick Mathewson2026-03-241-1/+5
| | | | | | | | | | | | | Closes #2418. Fixes TROVE-2026-005, where we would use a less cryptographically secure (and probably less DoS resistant) hash function for these tables if: - We are built alongside another crate that uses `weak-table` - That crate enables the `weak-table/ahash` feature. - We are running on a system without hardware AES. Severity: Low
* Move intern from tor-netdir to tor-basic-utils and make it pubNick Mathewson2025-12-031-0/+131