http://framework.zend.com/svn/framework/standard/incubator/library/Zend/Crypt/Math/BigInteger.php
I'm trying to use that in a project of mine and was wondering how difficult it would be to add pure-PHP support to that? There's a PHP4 BigInteger library that could be adapted with relatively little work from the looks of it: http://phpseclib.cvs.sourceforge.net/viewvc/*checkout*/phpseclib/phpseclib/Math/BigInteger.php?revision=1.5 Short of updating the functions and variables the make them explicitly public and private, I'm not sure what else would need to be done to that. -- View this message in context: http://www.nabble.com/pure-PHP-BigInteger-support-tp22068811p22068811.html Sent from the Zend Framework mailing list archive at Nabble.com.
