pub type Digest = Array<u8, CollisionResistanceBytes>;
#[repr(transparent)]pub struct Digest(pub [u8; 32]);
0: [u8; 32]