aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_kron.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 06/10Rich Salz2016-05-171-51/+6
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-7/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-123/+124
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
* 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