Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-01-23 | Include bn_arch.h now that we're using defines from it. | jsing | 1 | -1/+2 | |
2023-01-23 | Move bn_add_words() and bn_sub_words from bn_asm.c to bn_add.c. | jsing | 7 | -159/+184 | |
These are wrapped with #ifndef HAVE_BN_ADD_WORDS/HAVE_BN_SUB_WORDS, which are defined for architectures that provide their own assembly versions. | |||||
2023-01-21 | Enable bn_sqr() on amd64. | jsing | 1 | -1/+2 | |
ok tb@ | |||||
2023-01-21 | Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr(). | jsing | 3 | -3/+41 | |
ok tb@ | |||||
2023-01-21 | Fix include. | jsing | 1 | -1/+1 | |
2023-01-21 | Include the ISC license from s2n-bignum's LICENSE file. | jsing | 1 | -1/+12 | |