Functionsยง
- montgomery_
reduction - Algorithm 14.32 in Handbook of Applied Cryptography https://cacr.uwaterloo.ca/hac/about/chap14.pdf
- muladdcarry ๐
- Returns
(hi, lo)such thathi * R + lo = x * y + z + w.
(hi, lo) such that hi * R + lo = x * y + z + w.