aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/testdata/cgo_prf.rs
Commit message (Collapse)AuthorAgeFilesLines
* proto: Update CGO test vectorsNick Mathewson2025-05-071-18/+18
| | | | | These were generated with an updated version of the python reference implementation.
* proto: Implement CGO functions ET and PRFNick Mathewson2025-04-291-0/+226
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.