Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

U64BitRotate

Fully qualified path: alexandria_math::U64BitRotate

pub impl U64BitRotate of BitRotate<u64>;

Impl functions

rotate_left

Fully qualified path: alexandria_math::U64BitRotate::rotate_left

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

rotate_right

Fully qualified path: alexandria_math::U64BitRotate::rotate_right

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