aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/testdata/cgo_et.rs
Commit message (Collapse)AuthorAgeFilesLines
* proto: Implement CGO functions ET and PRFNick Mathewson2025-04-291-0/+264
These are a tweakable block cipher, and a pseudorandom byte stream. This commit includes test vectors, which were generated from the Python reference implementation and confirmed with a less optimized Rust implementation.