Word64WordOperations
Fully qualified path: alexandria_math::sha512::Word64WordOperations
#![allow(unused)] fn main() { pub impl Word64WordOperations of WordOperations<Word64> }
Impl functions
shr
Fully qualified path: alexandria_math::sha512::Word64WordOperations::shr
#![allow(unused)] fn main() { fn shr(self: Word64, n: u64) -> Word64 }
shl
Fully qualified path: alexandria_math::sha512::Word64WordOperations::shl
#![allow(unused)] fn main() { fn shl(self: Word64, n: u64) -> Word64 }
rotr
Fully qualified path: alexandria_math::sha512::Word64WordOperations::rotr
#![allow(unused)] fn main() { fn rotr(self: Word64, n: u64) -> Word64 }
rotr_precomputed
Fully qualified path: alexandria_math::sha512::Word64WordOperations::rotr_precomputed
#![allow(unused)] fn main() { fn rotr_precomputed(self: Word64, two_pow_n: u64, two_pow_64_n: u64) -> Word64 }
rotl
Fully qualified path: alexandria_math::sha512::Word64WordOperations::rotl
#![allow(unused)] fn main() { fn rotl(self: Word64, n: u64) -> Word64 }