commit 1dc093d182104cb81d84c6730902d161fd45c732
Author: Mattias Andrée <[email protected]>
AuthorDate: Sun Jun 5 20:29:23 2016 +0200
Commit: Mattias Andrée <[email protected]>
CommitDate: Sun Jun 5 20:29:23 2016 +0200
todo: zmodsqr will also be removed if zmodmul is removed
Signed-off-by: Mattias Andrée <[email protected]>
diff --git a/TODO b/TODO
index 4deb6b9..ed043d0 100644
--- 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?