Registry / crypto / pea-key

pea-key

JSON →
libraryrscratesunverified

Provides key types for the Peacash cryptocurrency system.

# Cargo.toml [dependencies] pea-key = "latest"
INSTALL
IMPORT
SIG · PEA-KEY
P
pea-key
cryptorust
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.

Key
use pea_key::Key;

Creates a new Peacash key.

use pea_key::Key; fn main() { let key = Key::new(); println!("Key: {:?}", key); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
pea-key — cargo add pea-key · libregistry