Function simfony_as_rust::jet::multi_bit_logic::right_rotate_32
source ยท pub fn right_rotate_32(a: u8, b: u32) -> u32Expand description
Right-rotate a 32-bit value by the given amount.
pub fn right_rotate_32(a: u8, b: u32) -> u32Right-rotate a 32-bit value by the given amount.