2 releases

0.2.5 Jan 15, 2023
0.2.3 Jan 15, 2023
0.1.11 Apr 28, 2023
0.1.10 Jan 17, 2023
0.1.0 Nov 10, 2022

#2643 in Magic Beans

Download history 9/week @ 2024-02-19 20/week @ 2024-02-26 15/week @ 2024-03-04 15/week @ 2024-03-11 12/week @ 2024-03-18

64 downloads per month
Used in 6 crates (5 directly)

Apache-2.0

69KB
2K SLoC

Bls12 381 Curve crates.io badge

Pairing friendly bls12-381 curve.

This crate partly uses https://github.com/dusk-network/bls12_381 and https://github.com/dusk-network/bls12_381 implementation designed by Dusk-Network team and, @str4d and @ebfull. We replace field and curve implementation with zero-crypto to make this compatible with Substrate.

Overview

This crate includes field and extension fields, curve implementation. There are two curve $G1$ and $G2$ described as following.

$G1: y^2 = x^3 + 4$
$G2: y^2 = x^3 + 4(u + 1)$

These two group supports bilinearity by pairing. Let $G$ and $H$ be generator of $G1$, and $G2$, and $e$ be pairing function. The relationship is described as following.

$e(aG, bH) = e(G, H)^{ab}$

Dependencies

~4.5MB
~90K SLoC