Skip to content

hinchley/xxh32s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xxh32s

Overview

An implementation of the xxh32 hash algorithm: https://github.com/Cyan4973/xxHash

Designed to work on a stream of input data (e.g. taken by reading a file).

Example

The following should generate a hash of: 0xEBE43B95

./build.sh
echo "My name is Pete." > pt.txt
./bin/xxh32s pt.txt
rm pt.txt

About

XXH32 Streaming Hash in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors