summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
502 int loop; 502 int loop;
503 small f[p + 1]; 503 small f[p + 1];
504 small g[p + 1]; 504 small g[p + 1];
505 small u[loops + 1]; 505 small u[2*p + 2];
506 small v[loops + 1]; 506 small v[2*p + 2];
507 small c; 507 small c;
508 int i; 508 int i;
509 int d = p; 509 int d = p;
@@ -819,8 +819,8 @@ int rq_recip3(modq *r,const small *s)
819 int loop; 819 int loop;
820 modq f[p + 1]; 820 modq f[p + 1];
821 modq g[p + 1]; 821 modq g[p + 1];
822 modq u[loops + 1]; 822 modq u[2*p + 2];
823 modq v[loops + 1]; 823 modq v[2*p + 2];
824 modq c; 824 modq c;
825 int i; 825 int i;
826 int d = p; 826 int d = p;