aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3dce71f..f38444e 100644
--- a/TODO
+++ b/TODO
@@ -27,3 +27,8 @@ factors until they are both approximately the same
size?
Add entropy test for zrand.
+
+Should zmodpowu, zmodpow, and zmodmul 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 is bignum probably isn't in those cases?