Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move bn_mul_add_words() and bn_mul_words() from bn_asm.c to bn_mul.c. | jsing | 2023-01-23 | 1 | -1/+3 |
* | Move bn_sqr_words from bn_asm.c to bn_sqr.c. | jsing | 2023-01-23 | 1 | -1/+2 |
* | Move bn_div_words from bn_asm.c to bn_div.c. | jsing | 2023-01-23 | 1 | -1/+3 |
* | Move bn_add_words() and bn_sub_words from bn_asm.c to bn_add.c. | jsing | 2023-01-23 | 1 | -1/+5 |
* | Move bn_{mul,sqr}_comba{4,8}() from bn_asm.c to bn_mul.c/bn_sqr.c. | jsing | 2023-01-20 | 1 | -1/+7 |
* | Provide a per machine bn_arch.h. | jsing | 2023-01-20 | 1 | -0/+24 |