summaryrefslogtreecommitdiffstats
path: root/sntrup4591761.c
diff options
context:
space:
mode:
Diffstat (limited to 'sntrup4591761.c')
-rw-r--r--sntrup4591761.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sntrup4591761.c b/sntrup4591761.c
index 615f1b266..8166f8b3c 100644
--- a/sntrup4591761.c
+++ b/sntrup4591761.c
@@ -502,8 +502,8 @@ int r3_recip(small *r,const small *s)
int loop;
small f[p + 1];
small g[p + 1];
- small u[loops + 1];
- small v[loops + 1];
+ small u[2*p + 2];
+ small v[2*p + 2];
small c;
int i;
int d = p;
@@ -819,8 +819,8 @@ int rq_recip3(modq *r,const small *s)
int loop;
modq f[p + 1];
modq g[p + 1];
- modq u[loops + 1];
- modq v[loops + 1];
+ modq u[2*p + 2];
+ modq v[2*p + 2];
modq c;
int i;
int d = p;