mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 08:43:06 +00:00
Cleanup
This commit is contained in:
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> {
|
impl<F: RichField + Extendable<D>, const D: usize> KeccakSpongeStark<F, D> {
|
||||||
#[allow(unused)] // TODO: Should be used soon.
|
|
||||||
pub(crate) fn generate_trace(
|
pub(crate) fn generate_trace(
|
||||||
&self,
|
&self,
|
||||||
operations: Vec<KeccakSpongeOp>,
|
operations: Vec<KeccakSpongeOp>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user