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