Skip to main content

Module circle

Module circle 

Source

Structs§

CirclePoint
A point on the complex circle. Treated as an additive group.
CirclePointIndex
Integer i that represent the circle point i * CIRCLE_GEN. Treated as an additive ring modulo 1 << M31_CIRCLE_LOG_ORDER.
Coset
Represents the coset initial + <step>.
CosetIterator

Constants§

M31_CIRCLE_GEN
A generator for the circle group over M31.
M31_CIRCLE_LOG_ORDER
Order of M31_CIRCLE_GEN.
SECURE_FIELD_CIRCLE_GEN
A generator for the circle group over SecureField.
SECURE_FIELD_CIRCLE_ORDER
Order of SECURE_FIELD_CIRCLE_GEN.