const ( ChecksumLength = 4 // for addresses HashLength = 32 ) type Hash [HashLength]byte type Checksum [ChecksumLength]byte