The BLS12-381 pairing-friendly elliptic curve implementation from the arkworks ecosystem.
# Cargo.toml
[dependencies]
ark-bls12-381 = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compute a pairing on BLS12-381.
Add `ark-std` and `ark-ec` to Cargo.toml; enable `parallel` feature for multi-threading.
No dependency data recorded yet.