test_mont was exercising 100-bit multiplication modulus X*I-bit, where
authorAndy Polyakov <appro@openssl.org>
Tue, 15 Feb 2000 13:50:02 +0000 (13:50 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 15 Feb 2000 13:50:02 +0000 (13:50 +0000)
commitea96c4bc7f4983348d45257d4453490330404b18
tree9a0657e940cbf71d10e27c5aa1ed999933825c17
parent207c7df746ca5c3cad6ce71e6cf2263d4183d8be
test_mont was exercising 100-bit multiplication modulus X*I-bit, where
X is 5120 on 32-bit and 151552 on 64-bit architectures and I varies
from 0 to 4. As result the test was *unreasonably* slow and virtually
impossible to complete on 64-bit architectures (e.g. IRIX bc couldn't
even swallow such long lines).
crypto/bn/bntest.c