Crates.io | tor-relay-crypto |
lib.rs | tor-relay-crypto |
version | 0.24.0 |
source | src |
created_at | 2024-09-30 16:11:37.195217 |
updated_at | 2024-10-31 14:15:33.682844 |
description | Cryptography types and helpers for a Tor relay |
homepage | https://gitlab.torproject.org/tpo/core/arti/-/wikis/home |
repository | https://gitlab.torproject.org/tpo/core/arti.git/ |
max_upload_size | |
id | 1391898 |
size | 8,079 |
tor-relay-crypto
: Cryptography module for a relay.
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.
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