]> granicus.if.org Git - php/commit
Add HAVAL algorithm
authorSara Golemon <pollita@php.net>
Sun, 20 Nov 2005 20:14:22 +0000 (20:14 +0000)
committerSara Golemon <pollita@php.net>
Sun, 20 Nov 2005 20:14:22 +0000 (20:14 +0000)
commit7ad4fb0c27dd8531e331ae29a1525218c560f3a3
tree8eb8c50d016a19deb17ca1f7ae96b3f79952b85c
parent9979ac22155f04ec31c4878e5f820e5966f18a02
Add HAVAL algorithm
Bit widths: 128, 160, 192, 224, 256
Passes: 3, 4, 5
ext/hash/config.m4
ext/hash/config.w32
ext/hash/hash.c
ext/hash/hash_haval.c [new file with mode: 0644]
ext/hash/package.xml
ext/hash/php_hash.h
ext/hash/php_hash_haval.h [new file with mode: 0644]
ext/hash/tests/haval.phpt [new file with mode: 0644]