aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/stuff/mont.doc
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-06 15:22:55 +0000
committerUlf Möller <ulf@openssl.org>1999-04-06 15:22:55 +0000
commite8d628156ff5fc354e309b51bfbf909a9f75e60f (patch)
tree1ebaa19551c564364105319621527e4398a55c66 /crypto/bn/stuff/mont.doc
parent121bd68d1c62b0b6f73839c47f529afc1db32f2b (diff)
downloadopenssl-e8d628156ff5fc354e309b51bfbf909a9f75e60f.tar.gz
Remove obsolete files from SSLeay 0.8.
Diffstat (limited to 'crypto/bn/stuff/mont.doc')
-rw-r--r--crypto/bn/stuff/mont.doc17
1 files changed, 0 insertions, 17 deletions
diff --git a/crypto/bn/stuff/mont.doc b/crypto/bn/stuff/mont.doc
deleted file mode 100644
index 55d1d79312..0000000000
--- a/crypto/bn/stuff/mont.doc
+++ /dev/null
@@ -1,17 +0,0 @@
-All numbers (a) are stored aR mod N (except abRR)
-
-RR = REDC(R*R) /* RR mod N */
-
-
-convert a -> aR
-convert b -> bR
-
- {
- abRR = aR * bR
- abR = REDC(abRR); /* mod N */
- }
-
-ab = REDC(abR); /* mod N */
-
-
-REDC strips off a multiplicaion by R mod N