aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/cell.rs
Commit message (Expand)AuthorAgeFilesLines
...
* tor-proto: Make HopNum indices appear 1-based in the Display impl.Gabriela Moldovan2023-08-251-1/+4
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* proto: Add (not-yet-exposed) code to remember and use KH valuesNick Mathewson2023-08-141-13/+25
* tor-proto: Make HopNum public.Gabriela Moldovan2023-08-041-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* proto: Make sure that auth tags are truncated to 20 bytesNick Mathewson2023-06-131-3/+13
* tor-proto: Remove use of arrayref.Nick Mathewson2023-06-011-2/+5
* proto: Try to improve the documentation in crypto/cell.rsNick Mathewson2023-05-181-24/+86
* tor-proto: Code to construct crypto layers for virtual hops.Nick Mathewson2023-05-181-0/+7
* tor-cell: Refactor relay cells to copy much lessNick Mathewson2023-02-151-18/+8
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Merge branch 'zeroize' into 'main'Nick Mathewson2022-08-041-6/+4
|\
| * tor-proto: Replace SecretBytes with SecretBuf.Nick Mathewson2022-08-011-6/+4
* | Rename `.inc` and other included files to end in `.rs`eta2022-07-261-1/+1
|/
* Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* Upgrade to AES 0.8Nick Mathewson2022-04-261-2/+2
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
* Update tor-proto errors to latest API.Nick Mathewson2022-02-151-1/+1
* tor-proto: use InternalError for internal errors.Nick Mathewson2022-02-151-1/+5
* Remove many needless borrows and slicesIan Jackson2022-02-021-4/+4
* 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-071-2/+2
|/
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-2/+3
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-4/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+537