tor-relay-crypto

Crates.iotor-relay-crypto
lib.rstor-relay-crypto
version0.24.0
sourcesrc
created_at2024-09-30 16:11:37.195217
updated_at2024-10-31 14:15:33.682844
descriptionCryptography types and helpers for a Tor relay
homepagehttps://gitlab.torproject.org/tpo/core/arti/-/wikis/home
repositoryhttps://gitlab.torproject.org/tpo/core/arti.git/
max_upload_size
id1391898
size8,079
David Goulet (dgoulet-tor)

documentation

README

tor-relay-crypto

tor-relay-crypto: Cryptography module for a relay.

Overview

This crate is part of Arti, a project to implement Tor in Rust.

Relays need some cryptographic operations to be able to publish their descriptors and authenticate channels in order to prove their identity.

  • A set of keys that are long-term, mid-term and short-term mostly used for channel authentication.

This crate implements operations around those keys, along with a set of wrapper types to keep us from getting confused about the numerous keys. Semantic around objects is always better than generic names ;)!

License: MIT OR Apache-2.0

Commit count: 0

cargo fmt