Registry / crypto / dusk-pki

dusk-pki

JSON →
library0.13.0rscratesunverified

Provides types and functions for key operations in the Dusk network.

# Cargo.toml [dependencies] dusk-pki = "0.13.0"
INSTALL
IMPORT
SIG · DUSK-PKI
D
dusk-pki
cryptorustv0.13.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 dusk_pki::PublicKey;

Creates a default public key for Dusk.

use dusk_pki::PublicKey; fn main() { let key = PublicKey::default(); println!("Public key: {:?}", key); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
dusk-pki — cargo add dusk-pki · libregistry