todo: should modular exponentiation and modular multiplication be removed? - li… | |
git clone git://git.suckless.org/libzahl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 21c3a3445209a0ec3b5085c7807735c47b4af4fb | |
parent d998ab149b65c2a8e85e30d9405ae19d4e2ec54a | |
Author: Mattias Andrée <[email protected]> | |
Date: Wed, 1 Jun 2016 14:12:23 +0200 | |
todo: should modular exponentiation and modular multiplication be removed? | |
Signed-off-by: Mattias Andrée <[email protected]> | |
Diffstat: | |
M TODO | 5 +++++ | |
1 file changed, 5 insertions(+), 0 deletions(-) | |
--- | |
diff --git 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… |