mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 15:23:06 +00:00
fmt
This commit is contained in:
parent
467f532024
commit
b935605f69
@ -340,10 +340,7 @@ impl<F: RichField + Extendable<D>, const D: usize> MemoryStark<F, D> {
|
||||
trace_cols[COUNTER_PERMUTED] = permuted_table;
|
||||
}
|
||||
|
||||
pub fn generate_trace(
|
||||
&self,
|
||||
memory_ops: Vec<MemoryOp<F>>,
|
||||
) -> Vec<PolynomialValues<F>> {
|
||||
pub fn generate_trace(&self, memory_ops: Vec<MemoryOp<F>>) -> Vec<PolynomialValues<F>> {
|
||||
let mut timing = TimingTree::new("generate trace", log::Level::Debug);
|
||||
|
||||
// Generate the witness.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user