projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae551f
)
Remove part conflict indicator...
author
Richard Levitte
<levitte@openssl.org>
Wed, 2 May 2001 07:15:03 +0000
(07:15 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 2 May 2001 07:15:03 +0000
(07:15 +0000)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 15a9c155fc2709ed0f577660fc2cf784c8050979..10d4a47d2e3755449f006e16309fd63575198eeb 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-114,7
+114,6
@@
that they do not hold after the first thread unsets add_do_not_lock).
[Bodo Moeller]
->>>>>>> 1.823
+) Implement binary inversion algorithm for BN_mod_inverse in addition
to the algorithm using long divison. The binary algorithm can be
used only if the modulus is odd. On 32-bit systems, it is faster