Structs§
Enums§
Constants§
- BLOCK_
SIZE - Serialized width of a block, as written by the current format version.
- BLOCK_
SIZE_ V1 - Serialized width in manifest version 1, which carried no per-block hash.
- ENTRYPOINT_
SIZE - Size of serialized EntryPoint: 4+4+4+1+1 = 14 bytes
- ENTRY_
HEADER_ SIZE - Size of serialized Entry (without blocks): 1 + 4 + 4 + 4 + 8 + 4 + 32 + 4 + 4 = 65 bytes Plus num_blocks * BLOCK_SIZE bytes of block data