Expand description
Traits for optimal Ate pairing check using intrinsic functions.
Structs§
- Evaluated
Line - The output of a line function on Fp12 x Fp12 (see
UnevaluatedLine
). Represents 1 + b w’ + c w’^3 where w’ = w for D-type and w’ = w^-1 for M-type twists. - Pairing
Check Error - Sextic
ExtField - Sextic extension field of
F
with irreducible polynomialX^6 - \xi
. Elements are represented asc0 + c1 * w + ... + c5 * w^5
wherew^6 = \xi
, where\xi in F
. - Unevaluated
Line - A line function on Fp12 x Fp12 in a sparse representation.
Let
Fp12 = Fp2[w] / (w^6 - \xi)
. Then the line function isL(x,y) = 1 + b (x/y) w' + c (1/y) w'^3
wherew' = w
for D-type andw' = w^{-1}
for M-type twists
Traits§
- Evaluatable
- Final
Exp - From
LineD Type - Convert D-type lines into Fp12 elements
- From
LineM Type - Convert M-type lines into Fp12 elements
- Line
MulD Type - Trait definition for line multiplication opcodes for D-type lines
- Line
MulM Type - Trait definition for line multiplication opcodes for M-type lines
- Miller
Step - Trait definition for Miller step opcodes
- Multi
Miller Loop - Pairing
Check - Pairing
Intrinsics