From 87f37bc5a305e6a68ef232be580350588e300fcc Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 28 Apr 2014 21:56:43 -0300 Subject: -Added OpenSSL and HTTPS support -Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around --- drivers/builtin_openssl/crypto/bf/asm/readme | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 drivers/builtin_openssl/crypto/bf/asm/readme (limited to 'drivers/builtin_openssl/crypto/bf/asm/readme') diff --git a/drivers/builtin_openssl/crypto/bf/asm/readme b/drivers/builtin_openssl/crypto/bf/asm/readme new file mode 100644 index 0000000000..2385fa3812 --- /dev/null +++ b/drivers/builtin_openssl/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 + -- cgit v1.2.3