Crates.io | ec-pairing |
lib.rs | ec-pairing |
version | 0.0.14 |
source | src |
created_at | 2023-07-27 06:54:03.212462 |
updated_at | 2023-11-05 03:25:36.353025 |
description | Tate pairing implementation |
homepage | https://github.com/KogarashiNetwork/Kogarashi/ |
repository | https://github.com/KogarashiNetwork/Kogarashi/ |
max_upload_size | |
id | 927164 |
size | 12,443 |
This crate provides pairing arithmetic and also supports fully no_std
and parity-scale-codec
.
$$ e(aG, bH) = e(G, H)^{ab}\ where\ a,b \in F_r,~G \in G_1,~H \in G_2 $$
$ cargo test