mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
Update unconstrained_stark.rs (#1578)
This commit is contained in:
parent
72c1c90748
commit
56e1b98d32
@ -17,7 +17,7 @@ use crate::evaluation_frame::StarkFrame;
|
||||
use crate::stark::Stark;
|
||||
use crate::util::trace_rows_to_poly_values;
|
||||
|
||||
/// A trace wirh arbitrary values
|
||||
/// A trace with arbitrary values
|
||||
#[derive(Copy, Clone)]
|
||||
struct UnconstrainedStark<F: RichField + Extendable<D>, const D: usize> {
|
||||
num_rows: usize,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user