todo: should modular exponentiation and modular multiplication be removed? - libzahl - big integer library
 (HTM) git clone git://git.suckless.org/libzahl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 21c3a3445209a0ec3b5085c7807735c47b4af4fb
 (DIR) parent d998ab149b65c2a8e85e30d9405ae19d4e2ec54a
 (HTM) Author: Mattias Andrée <maandree@kth.se>
       Date:   Wed,  1 Jun 2016 14:12:23 +0200
       
       todo: should modular exponentiation and modular multiplication be removed?
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M TODO                                |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
 (DIR) 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 isn't in those cases?