Changes in version 2024-04-11 - Support for hashing data from connections Changes in version 2024-03-11 - Rename hash algo options to better align with official documentation - Skip serialization header so results for algo = xxh128 match rlang::hash() - Hash files, strings and raw vector contents directly (i.e. not using serialization) - Return hash as string or raw vector Changes in version 2024-03-09 - Update vendored 'xxHash' library to version 0.8.2 Changes in version 2020-09-19 - Refactor: Consolidate hash functions for atomic vectors into a single call with an algo argument. - Feature: Calculation hashes on any R object understood by base::serialize() Changes in version 2020-08-22 - Remove xxhash_vec() is now redundant. It is slightly faster than xxhash on vanilla vector inputs, but not useful enough generally to maintain. Changes in version 0.1.2 - Update to xxHash v0.8.0 Changes in version 0.1.1 - Added support for hashing of vectors of complex numbers Changes in version 0.1.0 - Initial release.