Fix BN_kronecker so that it works correctly if 'a' is negative
authorBodo Möller <bodo@openssl.org>
Wed, 29 Nov 2000 19:26:33 +0000 (19:26 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 29 Nov 2000 19:26:33 +0000 (19:26 +0000)
commiteb1f1b0a341cbe2c75d8f24b2dc62f4cad05dcec
tree0283e16350c453a812e800021a182dbf98b1d3fa
parenta9376dbff94c9ddd06639264389ae9777bcb2d30
Fix BN_kronecker so that it works correctly if 'a' is negative
(we need the two's complement of BN_lsw then).
crypto/bn/bn_kron.c
crypto/bn/bntest.c