2 unstable releases

0.24.0 Oct 31, 2024
0.23.0 Sep 30, 2024

#2131 in Cryptography

Download history 364/week @ 2024-09-28 317/week @ 2024-10-05 171/week @ 2024-10-12 305/week @ 2024-10-19 357/week @ 2024-10-26 949/week @ 2024-11-02 392/week @ 2024-11-09 1143/week @ 2024-11-16

2,927 downloads per month
Used in 16 crates (3 directly)

MIT/Apache and maybe LGPL-3.0-only

430KB
6.5K 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


lib.rs:

Dependencies

~12–22MB
~321K SLoC