summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn (follow)
Commit message (Expand)AuthorAgeFilesLines
* BN_get_word(): return (BN_ULONG)-1 on error rather than BN_MASK2tb10 days1-2/+2
* libcrypto: remove BN_{DEC,HEX}_FMT1tb2025-12-051-5/+1
* libcrypto: make most of the BN_* macro pollution internaltb2025-12-054-29/+27
* bn_prime.c: fix includestb2025-11-081-3/+4
* Use 64 bit BN_ULONG on 64 bit Windows platforms.jsing2025-11-071-2/+2
* Use BN_ULONG in probable_prime_dh()tb2025-11-061-2/+2
* Use more specific types for BN.jsing2025-11-051-27/+29
* Remove BN_DIV2W.jsing2025-09-072-26/+2
* Re-enable bn_sqr_words() assembly.jsing2025-09-073-8/+8
* Rename old assembly bn_sqr_words() to bn_sqr_word_wise().jsing2025-09-076-30/+27
* Disable assembly bn_sqr_words() again for now.jsing2025-09-023-8/+8
* Add const here as well...jsing2025-09-011-2/+2
* Use bn_mul_words() from bn_mod_mul_words().jsing2025-09-011-5/+3
* Constify bn_mul_words().jsing2025-09-013-6/+9
* Use bn_sqr_words() from bn_mod_sqr_words().jsing2025-09-011-5/+3
* Provide bn_mul_words() on amd64.jsing2025-09-012-2/+12
* Reorder functions since they've been renamed.jsing2025-08-311-17/+17
* Rename prototype for bn_mul_normal().jsing2025-08-311-2/+2
* Rename bn_mul_words()/bn_mul_add_words().jsing2025-08-3014-111/+106
* Rework bn_sqr() to use bn_sqr_words().jsing2025-08-304-26/+27
* Use faster versions of bignum_{mul,sqr}_{4_8,6_12,8_16}() if possible.jsing2025-08-141-10/+41
* Provide amd64 specific versions of bn_mul_comba6() and bn_sqr_comba6().jsing2025-08-142-2/+22
* Provide bn_mod_add_words() and bn_mod_sub_words() on amd64.jsing2025-08-142-2/+25
* Add special handling for multiplication and squaring of BNs with six words.jsing2025-08-142-2/+6
* Revise include to match the name that we use.jsing2025-08-1210-20/+20
* Replace SPDX-License-Identifier with actual license.jsing2025-08-1210-20/+130
* Add RCS tags to new files.jsing2025-08-1210-0/+20
* Bring in bignum_mod{add,sub}() from s2n-bignum.jsing2025-08-122-0/+185
* Bring in bignum_{mul,sqr}_{4_8,8_16}() from s2n-bignum.jsing2025-08-124-0/+877
* Bring in bignum_{mul,sqr}_6_12{,_alt}() from s2n-bignum.jsing2025-08-124-0/+807
* Add RCS tags.jsing2025-08-122-0/+4
* Add const to bignum_*() function calls.jsing2025-08-121-16/+16
* Sync headers from s2n-bignum.jsing2025-08-122-236/+588
* Add RCS tags.jsing2025-08-1111-0/+22
* Resync s2n-bignum primitives for amd64 with upstream.jsing2025-08-1111-115/+113
* Speed up bn_{mod,sqr}_mul_words() for specific inputs.jsing2025-08-051-3/+25
* Provide bn_sqr_comba6().jsing2025-08-052-2/+48
* Provide bn_mul_comba6().jsing2025-08-052-2/+63
* Mark the inputs to bn_mul_comba{4,8}() as const.jsing2025-08-053-9/+9
* Avoid signed overflow in BN_MONT_CTX_set()tb2025-08-031-2/+3
* Avoid signed overflow in BN_mul()tb2025-08-031-3/+4
* Provide bn_mod_sqr_words() and call it from ec_field_element_sqr().jsing2025-08-022-2/+18
* Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag.jsing2025-06-092-4/+2
* bn_gcd: fix wacky indentation found by smatchtb2025-06-021-3/+5
* Implement EC field element operations.jsing2025-05-252-30/+45
* Provide bn_mod_{add,sub,mul}_words().jsing2025-05-253-4/+92
* Fix previous.jsing2025-05-252-71/+4
* Provide additional variants of bn_add_words()/bn_sub_words().jsing2025-05-253-6/+190
* Fix handling of different length inputs in bn_sub().jsing2025-05-251-3/+3
* Use err_local.h rather than err.h in most placestb2025-05-1014-37/+28