summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-271-5/+0
|
* Use subtle and some refactoring to remove branches in ntorNick Mathewson2021-10-012-21/+46
| | | | Closes #163
* Typo fixesNick Mathewson2021-09-091-2/+2
|
* Fix clippy warnings in tests with --all-featuresNick Mathewson2021-09-082-10/+9
|
* fix/silence clippy lints in test modulesDaniel Eades2021-09-084-5/+8
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-279-0/+2727
This will cause some pain for now, but now is really the best time to do this kind of thing.