pub fn compose<F: PrimeField32>(ptr_data: [F; 4]) -> u32
Expand description
Convert the RISC-V register data (32 bits represented as 4 bytes, where each byte is represented as a field element) back into its value as u32.
pub fn compose<F: PrimeField32>(ptr_data: [F; 4]) -> u32
Convert the RISC-V register data (32 bits represented as 4 bytes, where each byte is represented as a field element) back into its value as u32.