summaryrefslogtreecommitdiffstats
path: root/Net/OpenID/CryptUtil.php
Commit message (Expand)AuthorAgeFilesLines
* [project @ Moved modules from Net::OpenID namespace to Auth::OpenID for bette...tailor2006-01-161-855/+0
* [project @ Updated CryptUtil docs]tailor2006-01-131-2/+0
* [project @ Refactored HMACSHA1 file somewhat and updated CryptUtil to use sha...tailor2006-01-131-2/+2
* [project @ PHP 4.3 compatibility: must name fields when using unpack]Josh Hoyt2006-01-071-2/+2
* [project @ Fixed longToBinary and randomString to use platform-based integers]tailor2006-01-071-5/+116
* [project @ Fixed some minor bugs in randrange]tailor2006-01-061-4/+6
* [project @ Change getBytes to actually honor the constant indicating where to...Josh Hoyt2006-01-071-1/+1
* [project @ Fix MathLibrary::getLibWrapper for no lib case]Josh Hoyt2006-01-061-7/+8
* [project @ Use gmp_div_q instead of the alias gmp_div]Josh Hoyt2006-01-061-1/+1
* [project @ Use bcpowmod if it's available]Josh Hoyt2006-01-061-0/+10
* [project @ Use constant to indicate no math library present. Break down big c...Josh Hoyt2006-01-061-26/+38
* [project @ Make cryptutil pass test with GMP]Josh Hoyt2006-01-061-4/+4
* [project @ Do not instantiate a dumb math library so that it will not get use...Josh Hoyt2006-01-061-1/+6
* [project @ Change loop condition for longToBinary to use math library]Josh Hoyt2006-01-061-1/+1
* [project @ Fix case of FALSE]Josh Hoyt2006-01-061-2/+2
* [project @ Add test for overflow for dumb math library]Josh Hoyt2006-01-051-2/+2
* [project @ Lowercased null, true, and false]tailor2006-01-051-1/+1
* [project @ Fixed brace style]tailor2006-01-051-44/+88
* [project @ Removed reference assignment for PHP 5]tailor2006-01-041-2/+2
* [project @ Fixed warning about non-string key for duplicate cache in PHP 5]tailor2006-01-041-4/+6
* [project @ Fixed line wrapping]tailor2006-01-041-2/+4
* [project @ Fixed defined() call]tailor2006-01-041-1/+1
* [project @ Fixed line wrapping]tailor2006-01-041-16/+26
* [project @ Fixed encoding for sha1 return value and fixed getBytes function c...tailor2006-01-041-3/+3
* [project @ Added a ton of documentation updates]tailor2005-12-301-8/+182
* [project @ Fixed randrange to use MathLibrary and updated math library loadin...tailor2005-12-301-36/+31
* [project @ Added more operations to the math library classes]tailor2005-12-301-0/+36
* [project @ Implemented longToBinary and binaryToLong functions]tailor2005-12-301-2/+53
* [project @ Added maxint function]tailor2005-12-301-0/+15
* [project @ Refactored DiffieHellman to use Net_OpenID_MathLibrary]tailor2005-12-291-1/+1
* [project @ Added phpdoc directives and inserted trigger_error for platform in...tailor2005-12-291-0/+12
* [project @ Changed the return value of getLibWrapper to return a reference.]tailor2005-12-291-3/+3
* [project @ Added MathLibrary and MathWrapper classes to wrap Bcmath and GMP.]tailor2005-12-291-0/+173
* [project @ Added documentation to CryptUtil.]tailor2005-12-281-3/+25
* [project @ Ported CryptUtils functions and added some tests for CryptUtils.]tailor2005-12-281-0/+130
* [project @ Fixed define syntax and comment indention.]tailor2005-12-281-18/+19
* [project @ Documentation and removal of silly low-entropy entropy sources fro...Josh Hoyt2005-12-271-20/+30
* [project @ Add lame entropy source to make getBytes work for platforms where ...Josh Hoyt2005-12-241-6/+35
* [project @ Add strict error reporting and move to Net/ for PEAR compatibility]Josh Hoyt2005-12-231-0/+10