Skip to content

Commit

Permalink
ecmult: fix definition of STRAUSS_SCRATCH_OBJECTS
Browse files Browse the repository at this point in the history
This bug was introduced in 7506e06 by adding
an allocation but not updating the constant.
  • Loading branch information
jonasnick committed Nov 6, 2021
1 parent 8fa4120 commit 341baff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecmult_impl.h
Expand Up @@ -47,7 +47,7 @@

/* The number of objects allocated on the scratch space for ecmult_multi algorithms */
#define PIPPENGER_SCRATCH_OBJECTS 6
#define STRAUSS_SCRATCH_OBJECTS 6
#define STRAUSS_SCRATCH_OBJECTS 7

#define PIPPENGER_MAX_BUCKET_WINDOW 12

Expand Down

0 comments on commit 341baff

Please sign in to comment.