Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Word64WordOperations

Fully qualified path: alexandria_math::sha512::Word64WordOperations

pub impl Word64WordOperations of WordOperations<Word64>;

Impl functions

shr

Fully qualified path: alexandria_math::sha512::Word64WordOperations::shr

fn shr(self: Word64, n: u64) -> Word64

shl

Fully qualified path: alexandria_math::sha512::Word64WordOperations::shl

fn shl(self: Word64, n: u64) -> Word64

rotr_precomputed

Fully qualified path: alexandria_math::sha512::Word64WordOperations::rotr_precomputed

fn rotr_precomputed(self: Word64, two_pow_n: u64, two_pow_64_n: u64) -> Word64

rotl

Fully qualified path: alexandria_math::sha512::Word64WordOperations::rotl

fn rotl(self: Word64, n: u64) -> Word64