Skip to content

Commit

Permalink
chore: Minor increase in Pedersen generators for HIGH (AztecProtoco…
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash67 authored Jul 20, 2023
1 parent 434575c commit 97c9132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct HashIndexParams {

constexpr HashIndexParams LOW = { 32, 8 };
constexpr HashIndexParams MID = { 8, 16 };
constexpr HashIndexParams HIGH = { 4, 44 };
constexpr HashIndexParams HIGH = { 4, 48 };

constexpr size_t num_hash_indices = (LOW.num_indices + MID.num_indices + HIGH.num_indices);
constexpr size_t num_indexed_generators = LOW.total_generators() + MID.total_generators() + HIGH.total_generators();
Expand Down

0 comments on commit 97c9132

Please sign in to comment.