summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_kron.c
AgeCommit message (Collapse)Author
2003-12-01Add missing bn_check_top()s to bn_kron.c, remove some miscellaneousGeoff Thorpe
white-space, and include extra headers to satisfy debugging builds.
2000-11-30BN_sqrtBodo Möller
2000-11-29Fix BN_kronecker so that it works correctly if 'a' is negativeBodo Möller
(we need the two's complement of BN_lsw then).
2000-11-28Correct a bug in BN_kronecker.Bodo Möller
Sketch the test for BN_kronecker.
2000-11-28Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.Bodo Möller
Also add the next file in advance so that I can't forget this one :-)