2 stable releases
1.1.6 | Aug 1, 2019 |
---|
#8 in #byte-vector
Used in a3mo_lib
22KB
510 lines
Easy-XXHash64
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
.
- hash_path :
Licenses
EasyXXHash64
EasyXXHash64 is developed under Apache 2.0 License.
EasyXXHash64 is based on rust-fasthash, released under Apache 2.0 License.
Dependencies
~41KB