check_checksums

The check_checksums tool is used to verify build reproducibility.

After a project is bootstrapped, it will contain a checksums.txt file with an expected checksum for the build artifact. This script automates the process of checking the artifact's checksum against the expected value and shows any discrepancies in an easy-to-read format.

Usage

usage: check_checksums [-h]

Verifies file integrity by checking SHA-256 checksums against a 'checksums.txt' file.
Every line in the checksums.txt file is generated by running 'sha256sum' on a file and appending the output.

options:
  -h, --help            Show this help message and exit.

Example

devkit/check_checksums