This commit is contained in:
Robin Salen
2023-04-08 14:30:26 -04:00
parent 524b39e2b3
commit 0146f48a87
@@ -170,7 +170,6 @@ pub struct KeccakSpongeStark<F, const D: usize> {
}
impl<F: RichField + Extendable<D>, const D: usize> KeccakSpongeStark<F, D> {
#[allow(unused)] // TODO: Should be used soon.
pub(crate) fn generate_trace(
&self,
operations: Vec<KeccakSpongeOp>,