(&mut self, v: usize)
| 69 | p3_field::{PrimeCharacteristicRing, PrimeField64}, |
| 70 | system::{Circuit, System}, |
| 71 | types::{Commitment, CommitmentParameters, FriParameters, Val}, |
| 72 | }; |
| 73 | |
| 74 | use crate::synthesis::{AiurConfig, AiurSystem}; |
| 75 | |
| 76 | /// Sentinel for `None` in the preprocessed-index trailer. |
no test coverage detected