pub type FoundProofs = [u8; 8192];Expand description
S-buckets at which proofs were found.
S-buckets are grouped by 8, within each u8 bits right to left (LSB) indicate the presence
of a proof for corresponding s-bucket, so that the whole array of bytes can be thought as a
large set of bits.
There will be at most [Record::NUM_CHUNKS] proofs produced/bits set to 1.