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