Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SubGroup ¶
type SubGroup struct {
Generator curve.Element
GeneratorInv curve.Element
GeneratorSqRt curve.Element // generator of 2 adic subgroup of order 2*nb_constraints
GeneratorSqRtInv curve.Element
Cardinality int
CardinalityInv curve.Element
}
SubGroup with a power of 2 cardinality compute a field element of order 2x and store it in GeneratorSqRt all other values can be derived from x, GeneratorSqrt
Click to show internal directories.
Click to hide internal directories.