| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: Run maint/add_warning to deny string slices | Clara Engler | 2026-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit. | ||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| | | |||||
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| | | |||||
| * | hscrypto: Expose hs_mac as a SimpleMac. | Nick Mathewson | 2023-08-14 | 1 | -1/+16 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | hscrypto: note that hs_mac is not a good choice for new protocols | Nick Mathewson | 2023-06-13 | 1 | -1/+4 |
| | | |||||
| * | Introduce a constant for the length of the output of hs_mac() | Nick Mathewson | 2023-03-01 | 1 | -2/+5 |
| | | |||||
| * | Allow clippy::unchecked_duration_subtraction in tests | Nick Mathewson | 2023-01-27 | 1 | -0/+1 |
| | | | | | | This panics on error, and we're fine with a panic on misbehavior in tests. | ||||
| * | Apply several clarifications (and fixes for missing refs) | Ian Jackson | 2023-01-25 | 1 | -0/+2 |
| | | |||||
| * | hscrypto: Add our standard clippy warnings | Nick Mathewson | 2023-01-24 | 1 | -0/+10 |
| | | | | | | | (I have squashed the fixes for these warnings into the earlier commits in this branch, so it will look like I did everything right the first time.) | ||||
| * | hscrypto: Implement hs_mac. | Nick Mathewson | 2023-01-24 | 1 | -2/+55 |
| | | |||||
| * | Create a new tor-hscrypto crate. | Nick Mathewson | 2023-01-06 | 1 | -0/+4 |
| This module has types and operations needed in multiple places for an onion service implementation. There are a bunch of TODO hs-crypto comments that we'll need to fill in. | |||||
