From 16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 13 May 2016 04:38:09 +0200 Subject: Miscellaneous stuff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zmodmul.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zmodmul.c') diff --git a/src/zmodmul.c b/src/zmodmul.c index 26d1178..5dd3a6c 100644 --- a/src/zmodmul.c +++ b/src/zmodmul.c @@ -6,6 +6,7 @@ void zmodmul(z_t a, z_t b, z_t c, z_t d) { /* TODO Montgomery modular multiplication */ + /* TODO Kochanski multiplication */ if (unlikely(a == d)) { zset(libzahl_tmp_modmul, d); zmul(a, b, c); -- cgit v1.2.3-70-g09d2