pub fn blake2b_256_hash<T>(data: T) -> Hash
where T: AsRef<[u8]>,