Bignum division tune-up. Idea is to move multiplications in front of
authorAndy Polyakov <appro@openssl.org>
Fri, 30 Jul 1999 11:43:43 +0000 (11:43 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 30 Jul 1999 11:43:43 +0000 (11:43 +0000)
commit0dd25e3606f767381de8c8722b76f813c8e3b013
tree7d1d8e5a80e41a637c3321907a9d890dcc006e2c
parenta40f6dce871e8e020ca16713cc19798fcc141ed1
Bignum division tune-up. Idea is to move multiplications in front of
loop body and replace 'em with addition/subtraction.
crypto/bn/asm/mips3.s
crypto/bn/bn_asm.c
crypto/bn/bn_div.c