summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bn/bn_bpsw.c
AgeCommit message (Expand)Author
2023-08-03Make the bn_rand_interval() API a bit more ergonomicTheo Buehler
2023-05-10Use is_pseudoprime instead of is_prime in bn_bpsw.cTheo Buehler
2023-05-10Add Miller-Rabin test for random bases to BPSWTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-08-31Add an empty line for consistency.Theo Buehler
2022-08-29missing periodTheo Buehler
2022-07-29Having a perfect square at this point is not an error. Rather it isTheo Buehler
2022-07-29Tweak some comments and whitespace around commentsTheo Buehler
2022-07-15Expand the comment explaining the for loop with bn_lucas_step() a bit.Theo Buehler
2022-07-15Comment for factorization of n - 1 = k * 2^s in bn_miller_rabin_base_2()Theo Buehler
2022-07-13Implement the Baillie-PSW primality testTheo Buehler