summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_mont.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* const correct BN_MONT_CTX_copy()tb2025-03-091-2/+2
* Convert BN_MONT_CTX_set_locked() to BN_MONT_CTX_create()tb2025-02-131-4/+2
* bn: add internal BN_MONT_CTX_create()tb2025-02-131-1/+19
* Mark internal functions as static.jsing2024-03-261-5/+5
* Move bn_montgomery_reduce() and drop prototype.jsing2024-03-261-73/+71
* Hide symbols in bnbeck2023-07-081-1/+9
* Speed up Montgomery multiplication.jsing2023-06-171-10/+37
* whitespacetb2023-04-301-2/+2
* Remove the no longer used BN_MONT_CTX_init()tb2023-04-251-10/+1
* Improve bn_montgomery_multiply_words()jsing2023-04-221-9/+16
* bn_mont: fix typo in comment divisable -> divisibletb2023-04-071-2/+2
* Replace the remaining BN_copy() with bn_copy()tb2023-03-271-4/+4
* Convert BN_copy() with explicit comparison against NULL to bn_copy()tb2023-03-271-2/+2
* Minor whitespace tidyingtb2023-03-261-2/+2
* Improve bn_montgomery_multiply_words().jsing2023-03-071-10/+13
* Limit bn_mul_mont() usage to sizes less than or equal to 8192 bits.jsing2023-03-071-1/+9
* Implement bn_montgomery_multiply()jsing2023-03-071-3/+86
* Refactor BN_mod_mul_montgomery().jsing2023-03-071-20/+48
* Delete unused and unsafe bn_mul_mont() example code.jsing2023-03-071-54/+1
* Rewrite/simplify BN_from_montgomery_word() and BN_from_montgomery().jsing2023-02-281-92/+85
* Adjust parentheses in mont->ri assignment.jsing2023-02-221-2/+2
* Rewrite and simplify BN_MONT_CTX_set()jsing2023-02-221-91/+68
* remove extra argumentbcook2023-02-211-2/+2
* Unifdef MONT_WORD.jsing2023-02-211-71/+3
* Move BN_MONT_CTX back to bn_local.h for now. It's still used by bn_exp.ctb2023-02-191-13/+1
* Rewrite BN_MONT_CTX_set_locked()jsing2023-02-191-23/+27
* First pass clean up of bn_mont.c.jsing2023-02-191-31/+37
* Move BN_MONT_CTX_copy().jsing2023-02-191-19/+19
* Move struct bn_mont_ctx_st from bn_local.h to bn_mont.c.jsing2023-02-191-1/+13
* Avoid negative zero.jsing2023-02-131-4/+4
* Pull the MONT_WORD define to the top.jsing2023-02-011-3/+3
* Move BN_MONT_CTX_* functions to the top of the file.jsing2023-02-011-221/+221
* Move the more readable version of bn_mul_mont() from bn_asm.c to bn_mont.c.jsing2023-01-281-1/+54
* Mop up debug code that escaped previously.jsing2023-01-161-4/+1
* Make internal header file names consistenttb2022-11-261-2/+2
* Remove BIGNUM consistency macros.jsing2022-11-261-5/+1
* Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.jsing2022-11-241-5/+5
* Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG).jsing2022-11-231-2/+2
* Check for zero modulus in BN_MONT_CTX_set().tb2022-02-071-1/+4
* Implement the BN_to_montgomery() macro as a functiontb2021-12-041-1/+7
* Add ct and nonct versions of BN_mod_inverse for internal usebeck2017-01-211-4/+4
* Split out BN_div and BN_mod into ct and nonct versions for Internal use.beck2017-01-211-5/+5
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-6/+5
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+1
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* Emergency knfectomie requested by tedu@.jsing2014-05-081-217/+261
* When I grow up, I want to write workaround for long long multiplicationsmiod2014-04-231-15/+0
* Lacking a proof that--for this implementation--exposure of Montgomeryguenther2014-04-191-3/+3