Skip to content

elliptic curve multiplicative homomorphic Tate pairing implementation

Notifications You must be signed in to change notification settings

KogarashiNetwork/pairing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

elliptic curve multiplicative homomorphic Tate pairing implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published