Releases: BLAKE3-team/BLAKE3
Releases · BLAKE3-team/BLAKE3
0.3.5
version 0.3.5
Changes since 0.3.4:
- The
digest
dependency is now v0.9 and thecrypto-mac
dependency is
now v0.8. - Intel CET is supported in the assembly implementations.
b3sum
error output includes filepaths again.
0.3.4
version 0.3.4
Changes since 0.3.3:
b3sum
now supports the--check
flag. This is intended to be a
drop-in replacement for e.g.md5sum --check
from Coreutils. The
behavior is somewhat stricter than Coreutils with respect to invalid
Unicode in filenames. For a complete description of how--check
works, see the fileb3sum/what_does_check_do.md
.- To support the
--check
feature, backslashes and newlines that appear
in filenames are now escaped in the output ofb3sum
. This is done
the same way as in Coreutils. - To support
--check
interoperability between Unix and Windows,
backslashes in filepaths on Windows are now replaced with forward
slashes in the output ofb3sum
. Note that this is different from
Coreutils.
0.3.3
version 0.3.3
Changes since 0.3.2:
b3sum
binaries are built in CI and attached to new GitHub tags.