5 releases

0.0.14 Nov 5, 2023
0.0.13 Oct 11, 2023
0.0.12 Sep 21, 2023
0.0.11 Aug 22, 2023
0.0.10 Jul 27, 2023

#60 in #zkp


Used in 3 crates

Apache-2.0

270KB
7K SLoC

Tate Pairing

CI crates.io badge Documentation GitHub license codecov dependency status

This crate provides pairing arithmetic and also supports fully no_std and parity-scale-codec.

Specification

$$ e(aG, bH) = e(G, H)^{ab}\ where\ a,b \in F_r,~G \in G_1,~H \in G_2 $$

Test

$ cargo test

Dependencies

~2.6–3.5MB
~78K SLoC