Registry / crypto / ark-ed25519

ark-ed25519

JSON →
library0.6.0rscratesunverified

The ed25519 twisted Edwards curve.

# Cargo.toml [dependencies] ark-ed25519 = "0.6.0"
INSTALL
IMPORT
SIG · ARK-ED25519
A
ark-ed25519
cryptorustv0.6.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.

EdwardsProjective
use ark_ed25519::EdwardsProjective;

Gets the generator of the ed25519 curve.

use ark_ed25519::EdwardsProjective; use ark_ff::PrimeField; let g = EdwardsProjective::generator(); println!("Generator: {:?}", g);
Debug
Known issues
gotchaRequires ark-ff and ark-std for field operations.
fix
Add ark-ff and ark-std as dependencies.
affects: >=0.1.0
Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
Resources
ark-ed25519 — cargo add ark-ed25519 · libregistry