pub fn hash_public_key_bytes<T>(key_bytes: T) -> [u8; 29]
where T: AsRef<[u8]>,