stwo 1.0.0

Stwo Circle-STARKs prover
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod circle;
pub mod twiddles;

/// Bit-reversed evaluation ordering.
#[derive(Copy, Clone, Debug)]
pub struct BitReversedOrder;

/// Natural evaluation ordering (same order as domain).
#[derive(Copy, Clone, Debug)]
pub struct NaturalOrder;