summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/src/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add a new "CtByteArray" type, and use it in Id types.Nick Mathewson2023-01-051-0/+1
| | | | | | This type provides a common implementation for types that are implemented as arrays of bytes that should only be compared with constant-time comparisons.
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-2/+2
| | | | | | | | We want to only use TODO in the codebase for non-blockers, and open tickets for anything that is a bigger blocker than a TODO. These XXXXs seem like definite non-blockers to me. Part of arti#231.
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+103
This will cause some pain for now, but now is really the best time to do this kind of thing.