Remove a division from the Montgomery setup by calculating
authormdw <mdw>
Sun, 21 Nov 1999 12:27:06 +0000 (12:27 +0000)
committermdw <mdw>
Sun, 21 Nov 1999 12:27:06 +0000 (12:27 +0000)
commit93feaa6e5b80dfa22365a13c94f8e6b6b33f3dcb
tree56ea9e346a4981e64b7a0b51bfe65d9e3a205aa4
parent79a340293970d5f9b9c000f82769179f9ba551bd
Remove a division from the Montgomery setup by calculating
%$R^2 \bmod m$% first and then %$R \bmod m$% by Montgomery reduction of
%$R^2$%.
mpmont.c