This commit is contained in:
wborgeaud 2022-02-04 17:16:18 +01:00
parent 431bde2c72
commit 1c30a5a84e

View File

@ -81,7 +81,7 @@ impl<F: RichField + Extendable<D>, const D: usize> Stark<F, D> for SystemZero<F,
todo!()
}
fn degree(&self) -> usize {
fn constraint_degree(&self) -> usize {
3
}
}