Function full_add_32

Source
pub fn full_add_32(a: bool, b: u32, c: u32) -> (bool, u32)
Expand description

Add two integers. Take a carry-in and return a carry-out.

ยงCost

119 mWU (milli weight units)