Registry / crypto / ec-pairing

ec-pairing

JSON →
library0.0.14rscratesunverified

Implements Tate pairing for elliptic curve cryptography.

# Cargo.toml [dependencies] ec-pairing = "0.0.14"
INSTALL
IMPORT
SIG · EC-PAIRING
E
ec-pairing
cryptorustv0.0.14
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.

tate_pairing
✓ use ec_pairing::pairing::tate_pairing;

Computes the Tate pairing of two elliptic curve points.

use ec_pairing::pairing::tate_pairing; fn main() { let result = tate_pairing(&point1, &point2); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
ec-pairing — cargo add ec-pairing · libregistry