Function maj_32

Source
pub fn maj_32(a: u32, b: (u32, u32)) -> u32
Expand description

Bitwise MAJORITY of three 1-bit values. The output bit is false if two or more input bits are false, and true otherwise.

ยงCost

96 mWU (milli weight units)