Expand description
§Bls12 381 Curve
Pairing friendly bls12-381 curve supports fully no_std
and parity-scale-codec
.
§Overview
This crate includes field and extension fields, curve implementation. There are two curve and described as following.
These two group supports bilinearity by pairing. Let and be generator of , and , and be pairing function. The relationship is described as following.
§Test
$ cargo test
Re-exports§
pub use params::EDWARDS_D;
Modules§
- params
- Bls12 381 construction and frobennius map constant
Structs§
- Fq
- Bls12 381 curve base field
- Fq2
- extension field of base field
- Fq6
- extension field of base field
- Fq12
- extension field of base field
- Fr
- Bls12 381 curve scalar field
- G1Affine
- The projective form of coordinate
- G1Projective
- The projective form of coordinate
- G2Affine
- The projective form of coordinate
- G2Pairing
Affine - The pairing format coordinate
- G2Projective
- The projective form of coordinate
- Gt
- pairing target group of 12 degree extension of field
- Pairing
Coeff - The coefficient for pairing affine format
Constants§
- MULTIPLICATIVE_
GENERATOR - generator of the scalar field
- ROOT_
OF_ UNITY - multiplicative group generator of n th root of unity
- TWO_
ADACITY