- 27 1月, 2000 4 次提交
-
-
由 Bodo Möller 提交于
word-based algorithm we are using?)
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
Clean up bn_mont.c.
-
- 24 1月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Tidy up CRYPTO_EX_DATA structures.
-
由 Ulf Möller 提交于
-
- 23 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 21 1月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
- 15 1月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
because otherwise BN_rand will fail unless DEVRANDOM works, which causes the programs to dump core because they don't check the return value of BN_rand (and if they did, we still couldn't test anything). - add comment to some files that appear not to be used at all.
-
- 14 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
returns int (1 = ok, 0 = not seeded). New function RAND_add() is the same as RAND_seed() but takes an estimate of the entropy as an additional argument.
-
- 12 1月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
Primes p where (p-1)/2 is prime too are called "safe", not "strong".
-
由 Bodo Möller 提交于
(created by bn_prime.pl, which now prints the copyright/license note as found in bn_prime.h)
-
- 26 12月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 14 12月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
(bug reports keep coming in because that was still missing in 0.9.4)
-
- 09 12月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 03 11月, 1999 1 次提交
-
-
由 Mark J. Cox 提交于
problem was that one of the replacement routines had not been working since SSLeay releases. For now the offending routine has been replaced with non-optimised assembler. Even so, this now gives around 95% performance improvement for 1024 bit RSA signs.
-
- 26 10月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Lennart Bång, Bodo Möller
-
- 30 9月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 25 8月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 03 8月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 01 8月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
the remainder left in %edx. Here is the resulting performance improvement matrix (improvement as a result of this *and* previous tune-up committed two days ago). The results were obtained by profiling the "div" part of the crypto/bn/bnspeed.c. CPU BN_div bn_div_words overall comment ------------------------------------------------------------------------ PII +16% accumulated by +2-3% PII multiplies damn fast! Taking inlining multiplication out of the loop didn't make too much difference. Eliminating of the multiplication involved in remainder calculation is the major factor. Pentium +45% accumulated by +7-9% mull isn't that fast and replacing inlining multiplications with additions in the loop has more visible effect:-) MIPS +75% +12% +20-25% In addition to the taking mults R10000 out of the loop (giving 12% in the asm/mips3.s) three mults were eliminated in BN_div. Alpha +30% +50% +10-15% Same as above. But remember that EV4 bn_div_words is a C implementation. It takes 4 Alpha mults in C to do the same thing as 1 MIPS mult in assembler does. So the effect (50%) is more impressive. But not the overall one... Well, if Alpha bn_mul_add would be implemented in assembler overall improvement would be closer to MIPS...
-
- 31 7月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 30 7月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
loop body and replace 'em with addition/subtraction.
-
- 27 7月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 26 7月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
./config sences whole range of SPARC instruction sets. Do note that it favors Sun C now if both gcc and cc 4.2 or later are present!
-
- 25 7月, 1999 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
- support for GNU assembler (read SPARC Linux);
-
- 23 7月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 21 7月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 20 7月, 1999 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
in order to replace it with a new version.
-
- 16 7月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
and delete an unused file.
-
- 09 7月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 29 6月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 28 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
not work, at least the package mentioned in INSTALL.W32 does not know about it).
-
- 21 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
file from a bio or fp. Added some more constification to the BN library.
-
- 16 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 12 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-