Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

U128BitRotate

Fully qualified path: alexandria_math::U128BitRotate

pub impl U128BitRotate of BitRotate<u128>;

Impl functions

rotate_left

Fully qualified path: alexandria_math::U128BitRotate::rotate_left

fn rotate_left(x: u128, n: u128) -> u128

rotate_right

Fully qualified path: alexandria_math::U128BitRotate::rotate_right

fn rotate_right(x: u128, n: u128) -> u128