Skip to main content

word32_shr

Function word32_shr 

Source
pub fn word32_shr(w: Word32, n: i64) -> Word32
Expand description

word32Shr(w, n) — logical shift-right of a Word32 by n bits (SHA-256’s σ0/σ1 message schedule, where the shift is NOT a rotate — the vacated high bits are zero).