| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename old assembly bn_sqr_words() to bn_sqr_word_wise(). | jsing | 2025-09-07 | 1 | -2/+1 |
| * | Rename bn_mul_words()/bn_mul_add_words(). | jsing | 2025-08-30 | 1 | -3/+3 |
| * | 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 |
