Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-02-19 | Rewrite BN_MONT_CTX_set_locked() | jsing | 1 | -23/+27 |
2023-02-19 | First pass clean up of bn_mont.c. | jsing | 1 | -31/+37 |
2023-02-19 | Move BN_MONT_CTX_copy(). | jsing | 1 | -19/+19 |
2023-02-19 | Move struct bn_mont_ctx_st from bn_local.h to bn_mont.c. | jsing | 2 | -14/+14 |
2023-02-17 | Provide optimised versions of bn_addw() and bn_subw() for aarch64. | jsing | 1 | -1/+35 |
2023-02-17 | Remove now unused tangle of mul*/sqr* and BN_UMULT_* macros. | jsing | 1 | -251/+1 |
2023-02-17 | Reimplement bn_sqr_comba{4,8}(). | jsing | 2 | -102/+110 |
2023-02-16 | Enable s2n-bignum word_clz() on amd64. | jsing | 4 | -4/+17 |
2023-02-16 | Use bn_addw() in bn_mulw(), rather than duplicating add with carry code. | jsing | 1 | -12/+7 |
2023-02-16 | Change include from _internal_s2n_bignum.h to s2n_bignum_internal.h. | jsing | 1 | -1/+1 |
2023-02-16 | Include the ISC license from s2n-bignum's LICENSE file. | jsing | 1 | -1/+12 |