diff options
Diffstat (limited to 'src/math/numbertheory/pow_mod.h')
-rw-r--r-- | src/math/numbertheory/pow_mod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/numbertheory/pow_mod.h b/src/math/numbertheory/pow_mod.h index 1a60ca05f..7ec237d72 100644 --- a/src/math/numbertheory/pow_mod.h +++ b/src/math/numbertheory/pow_mod.h @@ -48,7 +48,7 @@ class BOTAN_DLL Power_Mod /* * Try to choose a good window size */ - static u32bit window_bits(u32bit exp_bits, u32bit base_bits, + static size_t window_bits(size_t exp_bits, size_t base_bits, Power_Mod::Usage_Hints hints); void set_modulus(const BigInt&, Usage_Hints = NO_HINTS) const; |