diff options
author | Jack Lloyd <[email protected]> | 2018-06-11 19:41:25 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-06-11 19:41:25 -0400 |
commit | 55774de0ca0ed49c3be98786390b55f6eb486b77 (patch) | |
tree | da7dd7a4a53e129af837ab7f64a0d899f115780b /src/build-data | |
parent | f77cb1f6d38161d1bb314d1bfee9b0d8e76c4a84 (diff) | |
parent | 2887819c4c66be71d0d8c079655642f71c2338ff (diff) |
Merge GH #1603 Unroll Montgomery reduction for specific sizes
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/buildh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index bb7d1419b..ef58078b5 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -153,7 +153,7 @@ * periodically reinitializes the sequence. This value specifies how often * a new sequence should be started. */ -#define BOTAN_BLINDING_REINIT_INTERVAL 32 +#define BOTAN_BLINDING_REINIT_INTERVAL 64 /* * Userspace RNGs like HMAC_DRBG will reseed after a specified number |