diff options
Diffstat (limited to 'src/lib/math/numbertheory/monty.h')
-rw-r--r-- | src/lib/math/numbertheory/monty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/math/numbertheory/monty.h b/src/lib/math/numbertheory/monty.h index 7586b634f..23c36864e 100644 --- a/src/lib/math/numbertheory/monty.h +++ b/src/lib/math/numbertheory/monty.h @@ -94,6 +94,8 @@ class BOTAN_UNSTABLE_API Montgomery_Int final Montgomery_Int& square_this(secure_vector<word>& ws); + Montgomery_Int& square_this_n_times(secure_vector<word>& ws, size_t n); + Montgomery_Int multiplicative_inverse() const; Montgomery_Int additive_inverse() const; |