aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/tests/misc.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-llcrypto: Add test case for RsaIdentity formattingIan Jackson2022-03-021-0/+19
| | | | | | | I'm going to change the code that does this, so add a test first to check the output doesn't change. At some point we should have more RSA tests.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+109
This will cause some pain for now, but now is really the best time to do this kind of thing.