pub fn u256_to_commitment<T: Committable>( comm: U256, ) -> Result<Commitment<T>, SerializationError>
converting a U256 value into a keccak256-based structured commitment (32 bytes)
U256