summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_bpsw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use is_pseudoprime instead of is_prime in bn_bpsw.ctb2023-05-101-30/+33
* Add Miller-Rabin test for random bases to BPSWtb2023-05-101-26/+117
* Make internal header file names consistenttb2022-11-261-2/+2
* Add an empty line for consistency.tb2022-08-311-1/+2
* missing periodtb2022-08-291-2/+2
* Having a perfect square at this point is not an error. Rather it istb2022-07-291-2/+2
* Tweak some comments and whitespace around commentstb2022-07-291-9/+32
* Expand the comment explaining the for loop with bn_lucas_step() a bit.tb2022-07-151-3/+3
* Comment for factorization of n - 1 = k * 2^s in bn_miller_rabin_base_2()tb2022-07-151-1/+2
* Implement the Baillie-PSW primality testtb2022-07-131-0/+420