Registry / crypto / ed25519-compact

ed25519-compact

JSON →
library2.3.0rscratesunverified

A small, self-contained, wasm-friendly Ed25519 implementation.

# Cargo.toml [dependencies] ed25519-compact = "2.3.0"
INSTALL
IMPORT
SIG · ED25519-COMPACT
E
ed25519-compact
cryptorustv2.3.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.

KeyPair
use ed25519_compact::KeyPair;

Generate a new Ed25519 key pair.

use ed25519_compact::KeyPair; fn main() { let kp = KeyPair::generate(); println!("Public key: {:?}", kp.pk); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Amazon
1
Resources
ed25519-compact — cargo add ed25519-compact · libregistry