tor-key-forge

Crates.iotor-key-forge
lib.rstor-key-forge
version0.24.0
sourcesrc
created_at2024-09-30 16:05:49.285217
updated_at2024-10-31 14:07:56.515838
descriptionLow level cryptography wrappers used by Tor
homepagehttps://gitlab.torproject.org/tpo/core/arti/-/wikis/home
repositoryhttps://gitlab.torproject.org/tpo/core/arti.git/
max_upload_size
id1391874
size48,125
David Goulet (dgoulet-tor)

documentation

README

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

Commit count: 0

cargo fmt