An object ID consisting of a Size (uint64) and a Hash (SHA-256, 32 bytes).
- The
Sizeis the length of the payload in bytes. - The
Hashis the SHA-256 hash of the payload.
40 bytes: the Size as a big-endian uint64 (8 bytes) followed by the 32-byte SHA-256 hash.
A zBase32-encoded string of the binary representation, prefixed with data1.
A zBase32-encoded string of the binary representation, prefixed with data1.