Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#######################
### MurmurHash3CLI ####
#######################
A C++ rewrite of the smhasher project to bring Murmurhash v.3 to the Linux shell.
home: http://murmur.vaizard.org/en/


Usage : MurmurHash3CLI <32bit-decimal-seed>

Application reads the input data from the standard input
and prints the result 128-bit hex coded hash to the standard output.
Seed can be either signed or unsigned.


NOTE : when passing a string to MurmurHash3CLI with echo, remember to use
       echo -n <string> | MurmurHash3CLI <32bit-decimal-seed>

About

A C++ fork/rewrite of the smhasher project to bring Murmurhash v.3 to the Linux shell and to the PHP scripting language.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages