Registry / crypto / pairing-plus

pairing-plus

JSON →
library0.19.0rscratesunverified

Pairing-friendly elliptic curve library for cryptographic operations.

# Cargo.toml [dependencies] pairing-plus = "0.19.0"
INSTALL
IMPORT
SIG · PAIRING-PLUS
P
pairing-plus
cryptorustv0.19.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.

G1
use pairing_plus::bls12_381::G1;

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

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

No known issues recorded.

Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
pairing-plus — cargo add pairing-plus · libregistry