]> Sergey Matveev's repositories - syncer.git/blob - STATEFILE
Raise copyright years
[syncer.git] / STATEFILE
1     SRC_SIZE || BLK_SIZE || HASH0 || HASH1 || ...
2
3 SRC_SIZE contains size of the source, when it was initially read.
4 BLK_SIZE is the blocksize used. Both are 64-bit big-endian unsigned
5 integers. If either size or blocksize differs, then syncer will deny
6 using that statefile as a precaution. HASHx is BLAKE3-256 hash output.