| 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 |
| * | 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/+2 |
| * | 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 |
| * | Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h). | jsing | 2023-01-20 | 1 | -1/+3 |
| * | Provide a per machine bn_arch.h. | jsing | 2023-01-20 | 1 | -0/+24 |
