15 breaking releases
Uses new Rust 2024
| new 0.38.0 | Jan 13, 2026 |
|---|---|
| 0.37.0 | Dec 2, 2025 |
| 0.36.0 | Oct 30, 2025 |
| 0.32.0 | Jul 8, 2025 |
| 0.24.0 | Oct 31, 2024 |
#2171 in Cryptography
7,722 downloads per month
Used in 62 crates
(5 directly)
455KB
7K
SLoC
tor-keys
Crate for the cryptographic keys in the Tor landscape.
Overview
The tor-keys crate manages all high level wrappers around lower-level
cryptographic primitives found in tor-llcrypto.
More specifically, wrappers are used in order to bring semantic on top of lower-level crypto keys which helps avoid mixing keys in the code base.
For example, defining a long term identity relay signing keypair around a lower level ed25519 keypair makes it so that we can't use that key to be used for another purpose.
This crate is part of Arti, a project to implement Tor in Rust.
License: MIT OR Apache-2.0
Dependencies
~14–47MB
~686K SLoC