Registry / crypto / radicle-crypto

radicle-crypto

JSON →
library0.16.0rscratesunverified

Radicle cryptographic primitives for identity and signing.

# Cargo.toml [dependencies] radicle-crypto = "0.16.0"
INSTALL
IMPORT
SIG · RADICLE-CRYPTO
R
radicle-crypto
cryptorustv0.16.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.

PublicKey
use radicle_crypto::PublicKey;

Parse a public key from a hex string.

use radicle_crypto::PublicKey; fn main() { let pk = PublicKey::from_hex("abcd").expect("Invalid hex"); println!("Public key: {:?}", pk); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
radicle-crypto — cargo add radicle-crypto · libregistry