php-xxhash
php-xxhash copied to clipboard
Integration with hash extension
I've added a few functions to integrate xxhash32
into PHP's hash functions, so that you can use hash_init()
, hash_update()
and hash_final()
amongst others :-)
This is great! Any chance this can be updated to use xxHash's current API? It's currently at v0.6.4.