CVS update: gnupg/mpi

Werner Koch wkoch@guug.de
Thu, 13 Jan 2000 19:27:38 +0100


Date:	Thursday January 13, 19100 @ 19:27
Author:	wkoch

Update of /home/koch/cvs/gnupg/mpi
In directory sigtrap:/tmp/cvs-serv22584/mpi

Modified Files:
      Tag: STABLE-BRANCH-1-0
	ChangeLog mpi-internal.h mpi-mpow.c mpi-pow.c mpih-mul.c 
Log Message:
Thu Jan 13 19:31:58 CET 2000  Werner Koch  <wk@gnupg.de>

	* mpi-internal.h (karatsuba_ctx): New.
	* mpih-mul.c (mpihelp_release_karatsuba_ctx): New.
	(mpihelp_mul_karatsuba_case): New.
	(mpihelp_mul): Splitted to make use of the new functions.
	* mpi-pow.c (mpi_powm): Make use of the new splitted function
	to avoid multiple allocation of temorary memory during the
	karatsuba operations.

	* mpi_mpow.c: Removed the unused Barrett code.


File: ChangeLog        	Status: Up-to-date
File: mpi-internal.h   	Status: Up-to-date
File: mpi-mpow.c       	Status: Up-to-date
File: mpi-pow.c        	Status: Up-to-date
File: mpih-mul.c       	Status: Up-to-date