Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slightly rework bn_mulw_addtw(). | jsing | 2023-03-07 | 1 | -5/+3 |
* | Fix comment for bn_mul2_mulw_addtw() | jsing | 2023-03-07 | 1 | -5/+5 |
* | Reimplement bn_sqr_comba{4,8}(). | jsing | 2023-02-17 | 1 | -1/+29 |
* | Use bn_addw() in bn_mulw(), rather than duplicating add with carry code. | jsing | 2023-02-16 | 1 | -12/+7 |
* | Rename bn_umul_hilo() to bn_mulw(). | jsing | 2023-02-16 | 1 | -55/+59 |
* | Add missing masks to accumulator version of bn_umul_hilo() | jsing | 2023-02-16 | 1 | -1/+5 |
* | Reimplement bn_add_words() and bn_sub_words() using bignum primitives. | jsing | 2023-02-16 | 1 | -1/+58 |
* | zap tab | tb | 2023-02-15 | 1 | -2/+2 |
* | Provide big number primitives for word addition/multiplication. | jsing | 2023-02-14 | 1 | -1/+114 |
* | Provide bn_ct_{eq,ne}_zero{,_mask}() inline functions. | jsing | 2023-02-14 | 1 | -1/+33 |
* | Provide bn_umul_hilo(). | jsing | 2023-01-31 | 1 | -0/+159 |