todo: zmodsqr will also be removed if zmodmul is 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 1dc093d182104cb81d84c6730902d161fd45c732
 (DIR) parent 14adeefecc1802e2f2509e7a63fe256083e5fe3e
 (HTM) 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:
         M TODO                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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?