summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_mod_mul_montgomery.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-05 18:23:05 +0000
committerUlf Möller <ulf@openssl.org>2000-02-05 18:23:05 +0000
commit6535eb1728a7d30673d0a95da5fd18126b7d0b71 (patch)
tree784876e54defa7a2ac0040143b6ad805ae059b71 /doc/crypto/BN_mod_mul_montgomery.pod
parent9b141126d4b6f0636bc047e81b846c193ae26611 (diff)
Use MONT_WORD macro to control if the word-based or the bignum
algorithm is used.
Diffstat (limited to 'doc/crypto/BN_mod_mul_montgomery.pod')
-rw-r--r--doc/crypto/BN_mod_mul_montgomery.pod1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/crypto/BN_mod_mul_montgomery.pod b/doc/crypto/BN_mod_mul_montgomery.pod
index f237f7264e..0f0c1375af 100644
--- a/doc/crypto/BN_mod_mul_montgomery.pod
+++ b/doc/crypto/BN_mod_mul_montgomery.pod
@@ -58,7 +58,6 @@ The B<BN_MONT_CTX> structure is defined as follows:
typedef struct bn_mont_ctx_st
{
- int use_word; /* 0 for word form, 1 for bignum form */
int ri; /* number of bits in R */
BIGNUM RR; /* R^2 (used to convert to Montgomery form) */
BIGNUM N; /* The modulus */