Registry / crypto / ed25519-dalek-fiat

ed25519-dalek-fiat

JSON →
library0.1.0rscratesunverified

Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust.

# Cargo.toml [dependencies] ed25519-dalek-fiat = "0.1.0"
INSTALL
IMPORT
SIG · ED25519-DALEK-FIAT
E
ed25519-dalek-fiat
cryptorustv0.1.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_dalek_fiat::Keypair;

Generate an ed25519 keypair.

use ed25519_dalek_fiat::Keypair; use rand::rngs::OsRng; fn main() { let mut csprng = OsRng; let keypair = Keypair::generate(&mut csprng); println!("Public key: {:?}", keypair.public); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
Resources
ed25519-dalek-fiat — cargo add ed25519-dalek-fiat · libregistry