Registry / crypto / tor-hscrypto

tor-hscrypto

JSON →
library0.40.0rscratesunverified

Basic onion service cryptography types used by Arti.

# Cargo.toml [dependencies] tor-hscrypto = "0.40.0"
INSTALL
IMPORT
SIG · TOR-HSCRYPTO
T
tor-hscrypto
cryptorustv0.40.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HsId
use tor_hscrypto::pk::HsId;

Parses and handles Tor onion service cryptographic identifiers.

use tor_hscrypto::pk::HsId; fn main() { let id = HsId::from_base32("dusrygbxrq3g4v6a").unwrap(); println!("Onion service ID: {:?}", id); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.40.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
OpenAI (training)
1
Resources
tor-hscrypto — cargo add tor-hscrypto · libregistry