aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_kron.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing bn_check_top()s to bn_kron.c, remove some miscellaneousGeoff Thorpe2003-12-011-3/+5
* BN_sqrtBodo Möller2000-11-301-2/+0
* Fix BN_kronecker so that it works correctly if 'a' is negativeBodo Möller2000-11-291-2/+2
* Correct a bug in BN_kronecker.Bodo Möller2000-11-281-1/+1
* Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.Bodo Möller2000-11-281-0/+184