- Dec 08, 2000
-
-
Bodo Möller authored
-
- Dec 07, 2000
-
-
Bodo Möller authored
One problem that looked like a problem in bn_recp.c at first turned out to be a BN_mul bug. An example is given in bn_recp.c; finding the bug responsible for this is left as an exercise.
-
Bodo Möller authored
-
Bodo Möller authored
BN_mod_exp_mont does not work properly yet if modulus m is negative (we want computations to be carried out modulo |m|).
-
Bodo Möller authored
(just in cases someone uses a negative modulus)
-
- Dec 06, 2000
-
-
Bodo Möller authored
-
Ulf Möller authored
it is missing.
-
Ulf Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
"xxx tests passed" message.
-
Richard Levitte authored
stderr...
-
Richard Levitte authored
-
Bodo Möller authored
not just on certain platforms.
-
Bodo Möller authored
-
Bodo Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
reliable timings yet, please try it out!
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
- Dec 05, 2000
-
-
Richard Levitte authored
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
-
Richard Levitte authored
Spotted by plin <plin@rainbow.com>
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
add debug output facilities.
-
Ulf Möller authored
-
- Dec 04, 2000
-
-
Bodo Möller authored
-
Richard Levitte authored
really undefined. Spotted by Jeffrey Altman <jaltman@columbia.edu>
-
Richard Levitte authored
course, that means we need to handle the cases where the two arrays to bn_mul_recursive() and bn_mul_part_recursive() differ in size. I haven't yet changed the comments that describe bn_mul_recursive() and bn_mul_part_recursive(). I want this to be tested by more people before I consider this change final. Please test away!
-
Bodo Möller authored
-
Geoff Thorpe authored
-
Geoff Thorpe authored
so these macros probably shouldn't be used like that at all. So, this change removes the misleading comment and also adds an implicit trailing semi-colon to the DECLARE macros so they too don't require one.
-
Geoff Thorpe authored
will probably be more when the lh_doall[_arg] callbacks are similarly tidied up, but this 'pod' should now be current.
-
Geoff Thorpe authored
-