RC4 tune-up featuring 30-40% performance improvement on most RISC
authorAndy Polyakov <appro@openssl.org>
Thu, 7 Oct 1999 12:10:26 +0000 (12:10 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 7 Oct 1999 12:10:26 +0000 (12:10 +0000)
platforms. See crypto/rc4/rc4_enc.c for further details.

CHANGES

diff --git a/CHANGES b/CHANGES
index 9d8eb60aa2a2e3179b5848182fc83e5414d1407e..6e03f51cb612d92e8f00049193dac905dfb3f574 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
 
  Changes between 0.9.4 and 0.9.5  [xx XXX 1999]
 
+  *) RC4 tune-up featuring 30-40% performance improvement on most RISC
+     platforms. See crypto/rc4/rc4_enc.c for further details.
+     [Andy Polyakov]
+
   *) New -noout option to asn1parse. This causes no output to be produced
      its main use is when combined with -strparse and -out to extract data
      from a file (which may not be in ASN.1 format).