openssl/crypto/bf/asm
2008-01-05 22:28:38 +00:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
bf-586.pl Update perl asm scripts include paths for perlasm. 2008-01-05 22:28:38 +00:00
bf-686.pl Remove redundant line. 1999-06-01 22:47:40 +00:00
readme Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00: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