Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-02-16 | Enable s2n-bignum word_clz() on amd64. | jsing | 4 | -4/+17 | |
The BN_num_bits_word() function is a hot path, being called more than 80 million times during a libcrypto regress run. The word_clz() implementation uses five instructions to do the same as the generic code that uses more than 60 instructions. Discussed with tb@ | |||||
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 | |