Skip to content

v0.1.10

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 21:43
· 8 commits to main since this release

0.1.10 - 2023-10-05

Added

Added hash algorithms for sha1, sha2, sha3, md5, and threaded blake
versions.

Changed

  • blake* and xxhash* functions were moved to the new udf-hash library
    (output libudf_hash.so).
  • Hash functions now return hex by default. For binary output, a _bin
    version of each function is now provided.