I have a felt252 array ```cairo fn calculate_hash(self: @ContractState,secret: Array<felt252>) -> Array<u8>{ sha256::sha256(secret) } ``` How to convert Array<felt252> to Array<u8>?