From 0f47667bfd66896356fde5e9c9ddd48e9783d524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 5 Jan 2007 21:36:27 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19742 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 315ed8fa2..6e281e30a 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,5 +1,13 @@ 2007-01-05 Love Hörnquist Åstrand + * imath: prune off stuff we dont use + + * imath/import.sh: Prune off stuff we don't use from imathsource + + * Makefile.am: Prune off stuff we don't use from imathsource + + * rsa-imath.c: Use mp_int_exptmod directly. + * imath/iprime.c: Use a larger table of small primes, cut down genenration in best cases to half compared to using a small table.