Skip to content

Commit

Permalink
opti
Browse files Browse the repository at this point in the history
  • Loading branch information
SuccinctPaul committed Nov 21, 2023
1 parent fbea3fe commit 68fbdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starky/src/f5g.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl FieldExtension for F5G {
};
const ONES: Self = F5G {
cube: [Fr::ONE, Fr::ZERO, Fr::ZERO, Fr::ZERO, Fr::ZERO],
dim: 1,
dim: 5,
};
#[inline(always)]
fn dim(&self) -> usize {
Expand Down

0 comments on commit 68fbdda

Please sign in to comment.