pub fn hash_padded_bytes<const C: usize>(x: &[u8]) -> [u8; 32]
Hash bytes with constant padding to size C to ensure consistent circuit behavior NOTE: Will panic if felt encoded input exceeds capacity of C