aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/testdata/cgo_client.rs
Commit message (Collapse)AuthorAgeFilesLines
* proto: Update CGO test vectorsNick Mathewson2025-05-071-16/+14
| | | | | These were generated with an updated version of the python reference implementation.
* proto: Implement and test CGO cryptography.Nick Mathewson2025-04-291-0/+188
This provides all the operations from proposal 359, along with the necessary integration and unit tests to make sure that they are behaving properly. Closes #1943