[][src]Constant sr25519::CHAIN_CODE_LENGTH

pub const CHAIN_CODE_LENGTH: usize = 32; // 32usize

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.