]> granicus.if.org Git - php/commit
Implement SHA3 hashing algorithm
authorSara Golemon <pollita@php.net>
Fri, 16 Oct 2015 02:13:04 +0000 (19:13 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 16 Oct 2015 03:36:49 +0000 (20:36 -0700)
commitd244b54c67cc2725283b78d4bb128501ae7910d3
tree33ab84244ec378d9b211fbc7d70ebf1bf6bddb03
parentfdb14346dce221842310f237a7fa8029bda5d5cc
Implement SHA3 hashing algorithm
ext/hash/config.m4
ext/hash/hash.c
ext/hash/hash_sha3.c [new file with mode: 0644]
ext/hash/php_hash.h
ext/hash/php_hash_sha3.h [new file with mode: 0644]
ext/hash/tests/hash_algos.phpt
ext/hash/tests/hash_copy_001.phpt
ext/hash/tests/sha3.phpt [new file with mode: 0644]