diff options
Diffstat (limited to 'src/zmodmul.c')
| -rw-r--r-- | src/zmodmul.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zmodmul.c b/src/zmodmul.c index 5b10c6e..6b04909 100644 --- a/src/zmodmul.c +++ b/src/zmodmul.c @@ -1,9 +1,9 @@ /* See LICENSE file for copyright and license details. */ -#include "internals" +#include "internals.h" void -zmodmul(z_t a, z_t b, z_t c) +zmodmul(z_t a, z_t b, z_t c, z_t d) { /* TODO Montgomery modular multiplication */ if (a == d) { |
