Subject: CVS commit: basesrc/games/factor
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/15/2002 05:12:24
Module Name:	basesrc
Committed By:	simonb
Date:		Sat Jun 15 02:12:24 UTC 2002

Modified Files:
	basesrc/games/factor: Makefile factor.c

Log Message:
Use libcrypto's bignum support to implement a Pollard Rho factoring
algorithm so we can factorise numbers larger than a host long.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/games/factor/Makefile
cvs rdiff -r1.9 -r1.10 basesrc/games/factor/factor.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.