Registry / crypto / bls-12-381

bls-12-381

JSON →
library0.0.23rscratesunverified

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

# Cargo.toml [dependencies] bls-12-381 = "0.0.23"
INSTALL
IMPORT
SIG · BLS-12-381
B
bls-12-381
cryptorustv0.0.23
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 bls_12_381::G1Projective;

Gets the generator of the G1 group.

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

No known issues recorded.

Upgrade
Version history
0.0.23latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
bls-12-381 — cargo add bls-12-381 · libregistry