I've released fsverity-utils v1.3: Git: https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git/tag/?h=v1.3 Tarball: https://kernel.org/pub/linux/kernel/people/ebiggers/fsverity-utils/v1.3/ Release notes (these can also be found in the NEWS.md file): * Added a `fsverity digest` subcommand. * Added `libfsverity_enable()` and `libfsverity_enable_with_sig()`. * Added basic support for Windows builds of `fsverity` using MinGW. * `fsverity` now defaults to 4096-byte blocks on all platforms. * libfsverity now will use SHA-256 with 4096-byte blocks if the `hash_algorithm` and `block_size` fields are left 0. * `make install` now installs a pkg-config file for libfsverity. * The Makefile now uses pkg-config to get the libcrypto build flags. * Fixed `make check` with `USE_SHARED_LIB=1`. - Eric