pub type Key = Digest;
Key type used in the database.
#[repr(transparent)]pub struct Key(pub [u8; 32]);
0: [u8; 32]