cangrepp

Some cryptographic attacks
Log | Files | Refs | README

commit d48987895a444db5ddc4c1378a103d99afaf5811
parent 91c42bb981e3febfccdc46a998cdf80260d6c473
Author: olikru <olikru@tkruger.se>
Date:   Mon,  2 Sep 2024 12:35:47 +0200

broken bsgs

Diffstat:
MMakefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -30,7 +30,8 @@ pierre.o\ fmpzio.o\ wiener.o\ prodtree.o\ -batchgcd.o +batchgcd.o\ +bsgs.o TOOLS=\ tools/hnpsolve\ tools/lcgfloyd\