Age | Commit message (Expand) | Author |
---|---|---|
2023-08-03 | Make the bn_rand_interval() API a bit more ergonomic | Theo Buehler |
2023-05-10 | Use is_pseudoprime instead of is_prime in bn_bpsw.c | Theo Buehler |
2023-05-10 | Add Miller-Rabin test for random bases to BPSW | Theo Buehler |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2022-08-31 | Add an empty line for consistency. | Theo Buehler |
2022-08-29 | missing period | Theo Buehler |
2022-07-29 | Having a perfect square at this point is not an error. Rather it is | Theo Buehler |
2022-07-29 | Tweak some comments and whitespace around comments | Theo Buehler |
2022-07-15 | Expand the comment explaining the for loop with bn_lucas_step() a bit. | Theo Buehler |
2022-07-15 | Comment for factorization of n - 1 = k * 2^s in bn_miller_rabin_base_2() | Theo Buehler |
2022-07-13 | Implement the Baillie-PSW primality test | Theo Buehler |