ec-pairing

Crates.ioec-pairing
lib.rsec-pairing
version0.0.14
sourcesrc
created_at2023-07-27 06:54:03.212462
updated_at2023-11-05 03:25:36.353025
descriptionTate pairing implementation
homepagehttps://github.com/KogarashiNetwork/Kogarashi/
repositoryhttps://github.com/KogarashiNetwork/Kogarashi/
max_upload_size
id927164
size12,443
(ashWhiteHat)

documentation

README

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
Commit count: 1240

cargo fmt