Function maj_16

Source
pub fn maj_16(a: u16, b: (u16, u16)) -> u16
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

80 mWU (milli weight units)