Skip to content

Commit

Permalink
Specify precompute in base_fuzz.h (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
asanso authored Jun 11, 2024
1 parent d556fc3 commit 08d7273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/base_fuzz.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static void initialize(void) {
assert(fp != NULL);

/* Load that trusted setup file */
ret = load_trusted_setup_file(&s, fp);
ret = load_trusted_setup_file(&s, fp, 0);
assert(ret == C_KZG_OK);

fclose(fp);
Expand Down

0 comments on commit 08d7273

Please sign in to comment.