summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto
Commit message (Expand)AuthorAgeFilesLines
* prefer 'unwrap_or_default' to manual constructorDaniel Eades2022-01-011-1/+1
* Merge remote-tracking branch 'origin/mr/180'Nick Mathewson2021-12-081-11/+10
|\
| * In CryptInit, return a Result in initialize()Neel Chauhan2021-12-081-11/+10
* | Upgrade to digest v0.10.0Nick Mathewson2021-12-072-4/+4
|/
* Remove some XXXs about zeroizing from tor-proto.Nick Mathewson2021-12-071-2/+0
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-064-8/+11
* add constructorsdagon2021-11-301-17/+53
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-1/+1
* Remove some dbg!() calls in real code.Nick Mathewson2021-11-021-2/+0
* 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
* 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