| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add MD4 support | Sara Golemon | 2005-12-03 | 6 | -39/+227 |
| * | Add hash_hmac() and hash_hmac_file() for single shot HMAC calculations | Sara Golemon | 2005-12-01 | 2 | -3/+114 |
| * | - fix PHP4 build | Michael Wallner | 2005-11-30 | 1 | -1/+7 |
| * | - ditch warnings | Michael Wallner | 2005-11-26 | 5 | -31/+58 |
| * | - use php_hash_* types | Michael Wallner | 2005-11-26 | 28 | -189/+186 |
| * | uhm... | Michael Wallner | 2005-11-26 | 4 | -14/+14 |
| * | - add crc32 | Michael Wallner | 2005-11-26 | 8 | -6/+292 |
| * | - add adler32 | Michael Wallner | 2005-11-25 | 7 | -6/+128 |
| * | - ditch warnings | Michael Wallner | 2005-11-25 | 6 | -37/+91 |
| * | - add gost algo | Michael Wallner | 2005-11-25 | 10 | -6/+517 |
| * | - add a simple benchmark | Michael Wallner | 2005-11-25 | 1 | -0/+92 |
| * | - add snefru algo | Michael Wallner | 2005-11-25 | 10 | -15/+1226 |
| * | - fix tiger algo | Michael Wallner | 2005-11-24 | 3 | -18/+8 |
| * | - fix segvs | Michael Wallner | 2005-11-24 | 2 | -10/+30 |
| * | - add tiger algo | Michael Wallner | 2005-11-24 | 9 | -3/+936 |
| * | - add whirlpool algo | Michael Wallner | 2005-11-23 | 8 | -3/+1119 |
| * | - add salsa implementation | Michael Wallner | 2005-11-23 | 2 | -0/+264 |
| * | - no trailing NULs | Michael Wallner | 2005-11-23 | 1 | -1/+1 |
| * | No dynamic output, so no need for regex. | Ilia Alshanetsky | 2005-11-23 | 9 | -9/+9 |
| * | emalloc -> safe_emalloc | Ilia Alshanetsky | 2005-11-23 | 1 | -2/+2 |
| * | - hexlen is 2*digestlen | Michael Wallner | 2005-11-22 | 2 | -2/+2 |
| * | - install extension headers | Michael Wallner | 2005-11-22 | 5 | -32/+31 |
| * | - avoid segvs | Michael Wallner | 2005-11-22 | 1 | -5/+5 |
| * | - fix a couple of warnings | Michael Wallner | 2005-11-21 | 5 | -25/+36 |
| * | Fix double-final potentially causing double-free | Sara Golemon | 2005-11-21 | 1 | -4/+8 |
| * | Add HAVAL algorithm | Sara Golemon | 2005-11-20 | 8 | -5/+725 |
| * | Add hmac-md5 test file to package.xml | Sara Golemon | 2005-11-19 | 1 | -0/+1 |
| * | Add streams based incremental hashing updaters | Sara Golemon | 2005-11-19 | 1 | -0/+72 |
| * | Expose registered hashing algos | Sara Golemon | 2005-11-19 | 1 | -3/+24 |
| * | Typo | Sara Golemon | 2005-11-18 | 1 | -1/+1 |
| * | One last 64bit change, skip all this long long malarkey when we're on 64bit p... | Sara Golemon | 2005-11-18 | 2 | -4/+12 |
| * | Macrofy 64bit integers in sha384/sha512 to make Win32 happy | Sara Golemon | 2005-11-18 | 1 | -36/+42 |
| * | Add HMAC support | Sara Golemon | 2005-11-18 | 6 | -4/+98 |
| * | Expose sha1() and sha1_file() functions when core funcs not present | Sara Golemon | 2005-11-18 | 1 | -0/+5 |
| * | Initial Commit | Sara Golemon | 2005-11-18 | 21 | -0/+2692 |
