pub trait ComputeHash<const BYTES: usize> { // Required method fn compute_hash(&self) -> Hash<BYTES>; }