lastguest / murmurhash-php

PHP userland implementation of MurmurHash3
MIT License
128 stars 37 forks source link

Can this calculate file hash like php builtin md5_file? #6

Open vaxilicaihouxian opened 7 years ago

vaxilicaihouxian commented 7 years ago

Can this calculate file hash like php builtin md5_file?

lastguest commented 7 years ago

Actually no, I must do some research to understand how to make a digest compatible with other PHP hash-file implementations.

If you know how to do it feel free to open a pull request!