Skip to content

Commit

Permalink
inc num_generators_per_hash_index to 128. (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash67 authored Apr 4, 2023
1 parent 5b2dca0 commit 6c101be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/barretenberg/crypto/generators/generator_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ constexpr size_t num_hash_indices = 32;
#else
constexpr size_t num_default_generators = 2048;
constexpr size_t num_hash_indices = 32;
constexpr size_t num_generators_per_hash_index = 64;
constexpr size_t num_generators_per_hash_index = 128;
#endif

constexpr size_t hash_indices_generator_offset = 2048;
Expand Down

0 comments on commit 6c101be

Please sign in to comment.