summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_sqrt.c
Commit message (Expand)AuthorAgeFilesLines
* avoid potential spurious BN_free()bodo2005-08-231-2/+4
* fix headernils2005-03-301-1/+1
* Convert openssl code not to assume the deprecated form of BN_zero().geoff2004-03-131-2/+2
* Put the first stage of my bignum debugging adventures into CVS. This codegeoff2003-11-041-0/+3
* remove obsolete part of commentbodo2002-08-021-2/+0
* remove obsoleted disabled codebodo2002-08-021-10/+0
* Change BN_mod_sqrt() so that it verifies that the input value isbodo2002-08-021-18/+31
* Commentbodo2001-03-081-0/+2
* Sign-related fixes (and tests).bodo2000-12-071-15/+14
* Move 'q->neg = 0' to those places where it is neededbodo2000-12-071-1/+5
* BN_mod_sqrt documentation/commentbodo2000-12-061-1/+1
* Faster BN_mod_sqrt algorithm for p == 5 (8).bodo2000-12-061-5/+79
* Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.bodo2000-11-301-3/+3
* BN_sqrtbodo2000-11-301-1/+308
* Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.bodo2000-11-281-0/+1