Registry / crypto / ark-ec

ark-ec

JSON →
library0.6.0rscratesunverified

A library for elliptic curves and pairings.

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

CurveGroup
use ark_ec::CurveGroup;

Get the generator of the BLS12-381 G1 curve.

use ark_ec::CurveGroup; use ark_bls12_381::G1Projective; fn main() { let g = G1Projective::generator(); println!("{:?}", g); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
38
Resources
ark-ec — cargo add ark-ec · libregistry