Registry / crypto / ark-bls12-377

ark-bls12-377

JSON →
library0.6.0rscratesunverified

The BLS12-377 pairing-friendly elliptic curve implementation.

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

Bls12_377
use ark_bls12_377::Bls12_377;

Import the BLS12-377 curve type.

use ark_bls12_377::Bls12_377; fn main() { let _curve = Bls12_377; }
Debug
Known issues
gotchaRequires the `curve` feature for full functionality.
fix
Add `ark-bls12-377 = { version = "0.6", features = ["curve"] }` to Cargo.toml.
affects: >=0.6.0
Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
32
Resources
ark-bls12-377 — cargo add ark-bls12-377 · libregistry