carrying_add_n

Function carrying_add_n 

pub fn carrying_add_n(lhs: &mut [u64], rhs: &[u64], carry: bool) -> bool
Expand description

⚠️ lhs += rhs + carry

⚠️ This function is not part of the stable API.