Skip to content

arma3modorganizer/easy_xxhash64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-XXHash64

dependency status Travis CI Build status Crates.io License MIT Coverage Status

Easy to use crypto libary for xxHash64, based on rust-fasthash

Usage

  • file_hash.rs provides the following api's:
    • hash_path : &str -> Result<u64, CryptoError).
      • Wraps IOError into CryptoError.
    • hash_byte_vec provides Vec<u8> -> u64.

Licenses

EasyXXHash64 is developed under Apache 2.0 License.

EasyXXHash64 is based on rust-fasthash, released under Apache 2.0 License.

Credits

About

Provides an easy to use interface to xxHash64

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages