Function maj_64

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

93 mWU (milli weight units)