aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/mod_int_mat/modint.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/mod_int_mat/modint.h')
-rw-r--r--test/monniaux/mod_int_mat/modint.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/monniaux/mod_int_mat/modint.h b/test/monniaux/mod_int_mat/modint.h
index 92005455..15c70a15 100644
--- a/test/monniaux/mod_int_mat/modint.h
+++ b/test/monniaux/mod_int_mat/modint.h
@@ -34,6 +34,11 @@ void modint_mat_mul6(unsigned m, unsigned n, unsigned p,
const modint *a, unsigned stride_a,
const modint *b, unsigned stride_b);
+void modint_mat_mul7(unsigned m, unsigned n, unsigned p,
+ modint * restrict c, unsigned stride_c,
+ const modint *a, unsigned stride_a,
+ const modint *b, unsigned stride_b);
+
modint modint_random(void);
void modint_mat_random(unsigned m,