Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename bn_umul_hilo() to bn_mulw(). | jsing | 2023-02-16 | 1 | -7/+7 |
* | Provide inline assembly versions of bn_umul_hilo() for aarch64/amd64/i386. | jsing | 2023-01-31 | 1 | -1/+23 |
* | Provide bn_div_rem_words() and make use of it. | jsing | 2023-01-28 | 1 | -1/+26 |
* | 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 |