summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_isqrt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use err_local.h rather than err.h in most placestb2025-05-101-2/+2
* Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3tb2023-06-041-4/+2
* backout alignment changes (breaking at least two architectures)deraadt2023-05-191-2/+4
* Use crypto_internal.h's CTASSERT()tb2023-05-171-4/+2
* 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