summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_isqrt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace the remaining BN_copy() with bn_copy()tb2023-03-271-2/+2
* Provide BN_zero()/BN_one() as functions and make BN_zero() always succeed.jsing2022-12-171-3/+2
* Update reference to table generationtb2022-12-011-2/+2
* Make internal header file names consistenttb2022-11-261-2/+2
* Fix path of mentioned regress testtb2022-10-111-2/+2
* Do not make tables static so we can access them from regress.tb2022-07-131-5/+5
* Integer square root and perfect square testtb2022-07-131-0/+237