| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Complete our migration to base64ct. | Nick Mathewson | 2023-01-20 | 1 | -2/+2 |
| | | | | | | | | | | This is in lieu of upgrading to the latest base64 crate, which has a different API from the old one. Since we have to migrate either way, we might as well use base64ct everywhere. I don't think that most of these cases _require_ constant-time base64, but it won't hurt. | ||||
| * | change check_key to take a Option<&_> instead of &Option<_> | trinity-1686a | 2022-07-23 | 1 | -1/+1 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+55 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
