U64OptBitRotate
Fully qualified path: alexandria_math::opt_math::U64OptBitRotate
pub impl U64OptBitRotate of OptBitRotate<u64, WideMulU64>;
Impl functions
rotl
Fully qualified path: alexandria_math::opt_math::U64OptBitRotate::rotl
fn rotl(x: u64, n: u8) -> u64
rotr
Fully qualified path: alexandria_math::opt_math::U64OptBitRotate::rotr
fn rotr(x: u64, n: u8) -> u64