aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_sqrt.c
AgeCommit message (Expand)AuthorFilesLines
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