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

#41 in #zkp

Download history 3/week @ 2024-02-12 21/week @ 2024-02-19 23/week @ 2024-02-26 19/week @ 2024-03-04 24/week @ 2024-03-11 19/week @ 2024-03-18 9/week @ 2024-03-25 33/week @ 2024-04-01 21/week @ 2024-04-08 40/week @ 2024-04-15

104 downloads per month
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
~69K SLoC