aboutsummaryrefslogtreecommitdiff
path: root/openssl/vendor/current/crypto/bf/asm/readme
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-06-20 17:32:05 +0000
committerRob Austein <sra@hactrn.net>2006-06-20 17:32:05 +0000
commiteca4feb580cffd6af474f599efe3fe99505a525c (patch)
tree59fa47c6f197931d6da746cadf7ad37ff1ec4557 /openssl/vendor/current/crypto/bf/asm/readme
Importing OpenSSL 0.9.8b
svn path=/openssl/vendor/current/CHANGES; revision=1
Diffstat (limited to 'openssl/vendor/current/crypto/bf/asm/readme')
-rw-r--r--openssl/vendor/current/crypto/bf/asm/readme10
1 files changed, 10 insertions, 0 deletions
diff --git a/openssl/vendor/current/crypto/bf/asm/readme b/openssl/vendor/current/crypto/bf/asm/readme
new file mode 100644
index 00000000..2385fa38
--- /dev/null
+++ b/openssl/vendor/current/crypto/bf/asm/readme
@@ -0,0 +1,10 @@
+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
+