commit 1dc093d182104cb81d84c6730902d161fd45c732
parent 14adeefecc1802e2f2509e7a63fe256083e5fe3e
Author: Mattias Andrée <maandree@kth.se>
Date: Sun, 5 Jun 2016 20:29:23 +0200
todo: zmodsqr will also be removed if zmodmul is removed
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TODO b/TODO
@@ -28,7 +28,7 @@ size?
Add entropy test for zrand.
-Should zmodpowu, zmodpow, and zmodmul be removed?
+Should zmodpowu, zmodpow, zmodmul, and zmodsqr be removed?
I need to research how important these are.
They are important for cryptography, but we do not care about that.
They are important for discrete/abstract mathematics, but bignum probably isn't in those cases?