4 releases (breaking)

new 0.26.0 Jan 7, 2025
0.25.0 Dec 2, 2024
0.24.0 Oct 31, 2024
0.23.0 Sep 30, 2024

#2463 in Cryptography

Download history 132/week @ 2024-09-25 49/week @ 2024-10-02 9/week @ 2024-10-09 11/week @ 2024-10-16 5/week @ 2024-10-23 117/week @ 2024-10-30 1/week @ 2024-11-06 1/week @ 2024-11-13 3/week @ 2024-11-20 108/week @ 2024-11-27 52/week @ 2024-12-04 11/week @ 2024-12-11

105 downloads per month
Used in arti-relay

MIT/Apache and maybe LGPL-3.0-only

600KB
10K SLoC

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


lib.rs:

Dependencies

~20–31MB
~474K SLoC