| PoC for merkle tree based file validation | |
| ========================================= | |
| - compute_hashes.c | |
| Computes the hashes | |
| - verify_hash.c | |
| Verifies a file with its hash against the root hash | |
| - mk-files.c | |
| Small tool to create a set of files | |
| - check.sh | |
| Small test suite |