minix/crypto/external/bsd/openssl/dist/crypto/bf/asm
Lionel Sambuc ebfedea0ce Importing crypto libraries
- crypto/external/bsd/heimdal
 - crypto/external/bsd/libsaslc
 - crypto/external/bsd/netpgp
 - crypto/external/bsd/openssl

Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
2015-10-07 23:37:12 +02:00
..
bf-586.pl Importing crypto libraries 2015-10-07 23:37:12 +02:00
bf-686.pl Importing crypto libraries 2015-10-07 23:37:12 +02:00
readme Importing crypto libraries 2015-10-07 23:37:12 +02:00

There are blowfish assembler generation scripts.
bf-586.pl version is for the pentium and
bf-686.pl is my original version, which is faster on the pentium pro.

When using a bf-586.pl, the pentium pro/II is %8 slower than using
bf-686.pl.  When using a bf-686.pl, the pentium is %16 slower
than bf-586.pl

So the default is bf-586.pl