Registry / crypto / tor-llcrypto

tor-llcrypto

JSON →
library0.43.0rscratesunverified

Low level cryptography wrappers used by Tor.

# Cargo.toml [dependencies] tor-llcrypto = "0.43.0"
INSTALL
IMPORT
SIG · TOR-LLCRYPTO
T
tor-llcrypto
cryptorustv0.43.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.

Ed25519Identity
use tor_llcrypto::pk::ed25519::Ed25519Identity;

Create an Ed25519 identity from bytes.

use tor_llcrypto::pk::ed25519::Ed25519Identity; fn main() { let id = Ed25519Identity::from_bytes(&[0u8; 32]).unwrap(); println!("Identity: {:?}", id); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.43.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Resources
tor-llcrypto — cargo add tor-llcrypto · libregistry