aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_sqrt.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-03BN_pseudo_rand is really BN_randRich Salz1-1/+1
2016-05-17Copyright consolidation 06/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-04-30free NULL cleanup 7Rich Salz1-2/+1
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-26/+26
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-35/+35
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-335/+347
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-4/+8
2005-08-23avoid potential spurious BN_free()Bodo Möller1-2/+4
2005-03-30fix headerNils Larsch1-1/+1
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe1-2/+2
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-0/+3
2002-08-02remove obsolete part of commentBodo Möller1-2/+0
2002-08-02remove obsoleted disabled codeBodo Möller1-10/+0
2002-08-02Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller1-18/+31
2001-03-08CommentBodo Möller1-0/+2
2000-12-07Sign-related fixes (and tests).Bodo Möller1-15/+14
2000-12-07Move 'q->neg = 0' to those places where it is neededBodo Möller1-1/+5
2000-12-06BN_mod_sqrt documentation/commentBodo Möller1-1/+1
2000-12-06Faster BN_mod_sqrt algorithm for p == 5 (8).Bodo Möller1-5/+79
2000-11-30Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.Bodo Möller1-3/+3
2000-11-30BN_sqrtBodo Möller1-1/+308
2000-11-28Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.Bodo Möller1-0/+1