Function maj_8

Source
pub fn maj_8(a: u8, b: u8, c: u8) -> u8
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

94 mWU (milli weight units)