| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rework bn_add()/bn_sub() to operate on word arrays. | jsing | 2023-02-22 | 1 | -7/+10 |
| * | Enable s2n-bignum word_clz() on amd64. | jsing | 2023-02-16 | 1 | -1/+9 |
| * | Remove bn_sqr_words() on amd64. | jsing | 2023-02-04 | 1 | -9/+1 |
| * | Refactor BN_uadd() and BN_usub(). | jsing | 2023-02-02 | 1 | -1/+19 |
| * | Use s2n-bignum assembly implementations for libcrypto bignum on amd64. | jsing | 2023-01-29 | 1 | -1/+79 |
| * | Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr(). | jsing | 2023-01-21 | 1 | -0/+32 |
