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