diff options
Diffstat (limited to 'modexp_fpga_model_montgomery.h')
-rw-r--r-- | modexp_fpga_model_montgomery.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modexp_fpga_model_montgomery.h b/modexp_fpga_model_montgomery.h index bb4dbae..3f9bc9f 100644 --- a/modexp_fpga_model_montgomery.h +++ b/modexp_fpga_model_montgomery.h @@ -43,7 +43,8 @@ void montgomery_multiply( const FPGA_WORD *A, const FPGA_WORD *N,
const FPGA_WORD *N_COEFF,
FPGA_WORD *R,
- size_t len);
+ size_t len,
+ bool reduce_only);
void montgomery_exponentiate( const FPGA_WORD *A,
const FPGA_WORD *B,
|