Registry / crypto / curve25519-dalek-fiat

curve25519-dalek-fiat

JSON →
library0.1.0rscratesunverified

A pure-Rust implementation of group operations on ristretto255 and Curve25519 using fiat-crypto.

# Cargo.toml [dependencies] curve25519-dalek-fiat = "0.1.0"
INSTALL
IMPORT
SIG · CURVE25519-DALEK-F
C
curve25519-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.

RistrettoPoint
use curve25519_dalek_fiat::RistrettoPoint;

Performs group operations on ristretto255 and Curve25519.

use curve25519_dalek_fiat::RistrettoPoint; fn main() { let point = RistrettoPoint::identity(); println!("Ristretto point created"); }
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
17 hits · last 30 days
node
16
Resources
curve25519-dalek-fiat — cargo add curve25519-dalek-fiat · libregistry