index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
bn
/
bn_mont.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
const correct BN_MONT_CTX_copy()
tb
2025-03-09
1
-2
/
+2
*
Convert BN_MONT_CTX_set_locked() to BN_MONT_CTX_create()
tb
2025-02-13
1
-4
/
+2
*
bn: add internal BN_MONT_CTX_create()
tb
2025-02-13
1
-1
/
+19
*
Mark internal functions as static.
jsing
2024-03-26
1
-5
/
+5
*
Move bn_montgomery_reduce() and drop prototype.
jsing
2024-03-26
1
-73
/
+71
*
Hide symbols in bn
beck
2023-07-08
1
-1
/
+9
*
Speed up Montgomery multiplication.
jsing
2023-06-17
1
-10
/
+37
*
whitespace
tb
2023-04-30
1
-2
/
+2
*
Remove the no longer used BN_MONT_CTX_init()
tb
2023-04-25
1
-10
/
+1
*
Improve bn_montgomery_multiply_words()
jsing
2023-04-22
1
-9
/
+16
*
bn_mont: fix typo in comment divisable -> divisible
tb
2023-04-07
1
-2
/
+2
*
Replace the remaining BN_copy() with bn_copy()
tb
2023-03-27
1
-4
/
+4
*
Convert BN_copy() with explicit comparison against NULL to bn_copy()
tb
2023-03-27
1
-2
/
+2
*
Minor whitespace tidying
tb
2023-03-26
1
-2
/
+2
*
Improve bn_montgomery_multiply_words().
jsing
2023-03-07
1
-10
/
+13
*
Limit bn_mul_mont() usage to sizes less than or equal to 8192 bits.
jsing
2023-03-07
1
-1
/
+9
*
Implement bn_montgomery_multiply()
jsing
2023-03-07
1
-3
/
+86
*
Refactor BN_mod_mul_montgomery().
jsing
2023-03-07
1
-20
/
+48
*
Delete unused and unsafe bn_mul_mont() example code.
jsing
2023-03-07
1
-54
/
+1
*
Rewrite/simplify BN_from_montgomery_word() and BN_from_montgomery().
jsing
2023-02-28
1
-92
/
+85
*
Adjust parentheses in mont->ri assignment.
jsing
2023-02-22
1
-2
/
+2
*
Rewrite and simplify BN_MONT_CTX_set()
jsing
2023-02-22
1
-91
/
+68
*
remove extra argument
bcook
2023-02-21
1
-2
/
+2
*
Unifdef MONT_WORD.
jsing
2023-02-21
1
-71
/
+3
*
Move BN_MONT_CTX back to bn_local.h for now. It's still used by bn_exp.c
tb
2023-02-19
1
-13
/
+1
*
Rewrite BN_MONT_CTX_set_locked()
jsing
2023-02-19
1
-23
/
+27
*
First pass clean up of bn_mont.c.
jsing
2023-02-19
1
-31
/
+37
*
Move BN_MONT_CTX_copy().
jsing
2023-02-19
1
-19
/
+19
*
Move struct bn_mont_ctx_st from bn_local.h to bn_mont.c.
jsing
2023-02-19
1
-1
/
+13
*
Avoid negative zero.
jsing
2023-02-13
1
-4
/
+4
*
Pull the MONT_WORD define to the top.
jsing
2023-02-01
1
-3
/
+3
*
Move BN_MONT_CTX_* functions to the top of the file.
jsing
2023-02-01
1
-221
/
+221
*
Move the more readable version of bn_mul_mont() from bn_asm.c to bn_mont.c.
jsing
2023-01-28
1
-1
/
+54
*
Mop up debug code that escaped previously.
jsing
2023-01-16
1
-4
/
+1
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Remove BIGNUM consistency macros.
jsing
2022-11-26
1
-5
/
+1
*
Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.
jsing
2022-11-24
1
-5
/
+5
*
Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG).
jsing
2022-11-23
1
-2
/
+2
*
Check for zero modulus in BN_MONT_CTX_set().
tb
2022-02-07
1
-1
/
+4
*
Implement the BN_to_montgomery() macro as a function
tb
2021-12-04
1
-1
/
+7
*
Add ct and nonct versions of BN_mod_inverse for internal use
beck
2017-01-21
1
-4
/
+4
*
Split out BN_div and BN_mod into ct and nonct versions for Internal use.
beck
2017-01-21
1
-5
/
+5
*
BN_CTX_get() can fail - consistently check its return value.
jsing
2015-02-09
1
-6
/
+5
*
Only import cryptlib.h in the four source files that actually need it.
jsing
2014-07-11
1
-2
/
+1
*
Stop including standard headers via cryptlib.h - pull in the headers that
jsing
2014-07-10
1
-1
/
+3
*
tags as requested by miod and tedu
deraadt
2014-06-12
1
-1
/
+1
*
malloc() result does not need a cast.
deraadt
2014-06-07
1
-1
/
+1
*
Emergency knfectomie requested by tedu@.
jsing
2014-05-08
1
-217
/
+261
*
When I grow up, I want to write workaround for long long multiplications
miod
2014-04-23
1
-15
/
+0
*
Lacking a proof that--for this implementation--exposure of Montgomery
guenther
2014-04-19
1
-3
/
+3
[next]