pub const CHAIN_CODE_LENGTH: usize = 32;
Expand description

Length in bytes of our chain codes.

In fact, only 16 bytes sounds safe, but this never appears on chain, so no downsides to using 32 bytes.