| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | change usage of PublicKey to Ed25519 in tor-cert | trinity-1686a | 2022-07-23 | 2 | -5/+5 |
| | | | | | and propagate to other affected crates | ||||
| * | change check_key to take a Option<&_> instead of &Option<_> | trinity-1686a | 2022-07-23 | 2 | -4/+4 |
| | | |||||
| * | tor-proto: split and elaborate tor_bytes::Error instances | Nick Mathewson | 2022-06-23 | 1 | -2/+3 |
| | | | | | | | | | | Some of these were for decoding particular objects (we now say what kind of objects), and some were unrelated tor_cert errors that for some reason we had shoved into a tor_bytes::Error. There is now a separate tor_cert::CertError type, independent from tor_cert's use of `tor_bytes::Error` for parsing errors. | ||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 2 | -0/+205 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
