summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_sqrt.c
AgeCommit message (Expand)Author
2005-08-23avoid potential spurious BN_free()Bodo Möller
2005-03-30fix headerNils Larsch
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2002-08-02remove obsolete part of commentBodo Möller
2002-08-02remove obsoleted disabled codeBodo Möller
2002-08-02Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller
2001-03-08CommentBodo Möller
2000-12-07Sign-related fixes (and tests).Bodo Möller
2000-12-07Move 'q->neg = 0' to those places where it is neededBodo Möller
2000-12-06BN_mod_sqrt documentation/commentBodo Möller
2000-12-06Faster BN_mod_sqrt algorithm for p == 5 (8).Bodo Möller
2000-11-30Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.Bodo Möller
2000-11-30BN_sqrtBodo Möller
2000-11-28Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.Bodo Möller