This commit is contained in:
Daniel Lubarov 2021-10-03 22:59:10 -07:00
parent 734a5cef27
commit 9d8b32c355
2 changed files with 0 additions and 2 deletions

View File

@ -328,7 +328,6 @@ mod tests {
use std::marker::PhantomData;
use anyhow::Result;
use rand::Rng;
use crate::field::crandall_field::CrandallField;

View File

@ -127,7 +127,6 @@ mod tests {
use log::info;
use super::*;
use crate::field::goldilocks_field::GoldilocksField;
use crate::fri::proof::{
FriInitialTreeProofTarget, FriProofTarget, FriQueryRoundTarget, FriQueryStepTarget,