summaryrefslogtreecommitdiff
path: root/crates/tor-cert/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix errors from rustdoc nightly.Nick Mathewson2025-08-051-0/+4
|
* Complete our migration to base64ct.Nick Mathewson2023-01-201-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-1686a2022-07-231-1/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+55
This will cause some pain for now, but now is really the best time to do this kind of thing.