Registry / crypto / bls12-381

bls12-381

JSON →
library0.8.0rscratesunverified

Implementation of the BLS12-381 pairing-friendly elliptic curve construction.

# Cargo.toml [dependencies] bls12_381 = "0.8.0"
INSTALL
IMPORT
SIG · BLS12-381
B
bls12-381
cryptorustv0.8.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.

G1Projective
use bls12_381::G1Projective;

Gets the generator of the G1 group on BLS12-381.

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

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
bls12-381 — cargo add bls12-381 · libregistry