1 2 3 4 5 6 7 8 9
/* * The logged Merkle tree leaf data */ struct tree_leaf { u64 shard_hint; u8 checksum[32]; u8 signature[64]; u8 key_hash[32]; }