Expand description
BoxedUint modular multiplication operations.
Functionsยง
- mac_
by_ ๐limb - Computes
a + (b * c) + carry, returning the result along with the new carry.
BoxedUint modular multiplication operations.
a + (b * c) + carry, returning the result along with the new carry.