//! A framework for operating over the unit circle of a finite field,
//! following the [Circle STARKs paper](https://eprint.iacr.org/2024/278) by Haböck, Levit and Papini.
#![no_std]externcrate alloc;modcfft;moddomain;modpcs;modtwiddles;modutil;pubusecfft::*;pubusepcs::*;