From 8f4d49944d7cb5175b0c2c79734cfef4a1cb6f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 1 Jun 2007 03:55:14 +0000 Subject: [PATCH] New snapshot for Michael Fromberger, lets see if this corrupts memory less. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20764 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/imath/imath.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hcrypto/imath/imath.h b/lib/hcrypto/imath/imath.h index 4216542e9..3ad084b6d 100755 --- a/lib/hcrypto/imath/imath.h +++ b/lib/hcrypto/imath/imath.h @@ -4,7 +4,7 @@ Author: M. J. Fromberger Info: $Id$ - Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved. + Copyright (C) 2002-2007 Michael J. Fromberger, All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files @@ -94,7 +94,7 @@ extern const mp_result MP_BADARG; standard multiplication algorithm; otherwise, a recursive algorithm is used. Choose a value to suit your platform. */ -#define MP_MULT_THRESH 32 +#define MP_MULT_THRESH 22 #define MP_DEFAULT_PREC 8 /* default memory allocation, in digits */