| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arti-relay: Use unquoted type in keypair_specifier attr | Gabriela Moldovan | 2026-04-16 | 1 | -2/+2 |
| | | |||||
| * | arti-relay: Remove no-longer needed impls | Gabriela Moldovan | 2026-04-01 | 1 | -21/+0 |
| | | | | | | The specifiers are local to the crate, so we don't need the `valid_until` accessors anymore. | ||||
| * | arti-relay: Make the key specifiers pub(crate) | Gabriela Moldovan | 2026-04-01 | 1 | -14/+14 |
| | | | | | These no longer need to be `pub` now that they're in `arti-relay`. | ||||
| * | arti-relay: Move all key specifiers to a new keys module | Gabriela Moldovan | 2026-04-01 | 1 | -0/+318 |
| This extracts the key specifier types out of `tor-relay-crypto`, which * makes the code layout consistent with the hidden service crates (the key specifiers are defined in a `keys` module in `tor-hsservice`, while the key wrapper types live in `tor-hscrypto::pk`) * helps reduce the API surface: the key specifiers are only used in `arti-relay`, so we can move them there and make them `pub(crate)` instead of `pub` | |||||
