summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/tests
Commit message (Collapse)AuthorAgeFilesLines
* tor-llcrypto: Put currently unused functions behind features.Nick Mathewson2021-11-121-0/+1
| | | | | | | | We don't currently need a couple of the key manipulation features that we have, since we aren't yet doing relays or onion service clients. Part of #125
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-272-0/+683
This will cause some pain for now, but now is really the best time to do this kind of thing.