Skip to content

Commit

Permalink
Re-enable precompute table for peerdas kzg (#5795)
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion authored May 16, 2024
1 parent 163e17f commit 500b828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crypto/kzg/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ impl Kzg {
trusted_setup: KzgSettings::load_trusted_setup(
&trusted_setup.g1_points(),
&trusted_setup.g2_points(),
0,
// Enable precomputed table for 8 bits
8,
)?,
})
}
Expand Down

0 comments on commit 500b828

Please sign in to comment.