blowfish: Remove boast from ancient description in manual.
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 30 Jul 2018 01:09:38 +0000 (18:09 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 30 Jul 2018 01:09:38 +0000 (18:09 -0700)
src/blowfish/NEWS
src/blowfish/configure.ac
src/blowfish/make.scm
src/blowfish/mit-scheme-blowfish.texi

index 68650e4eeea815f98598be322b100ea59699b4bd..dbac0ffcfa2f85d96c1514b946445a215a329f06 100644 (file)
@@ -22,6 +22,11 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
+mit-scheme-blowfish 1.1 - Matt Birkholz, 2018-07-29
+===================================================
+
+Remove the boast from the ancient description in the manual.
+
 mit-scheme-blowfish 1.0 - Matt Birkholz, 2018-06-22
 ===================================================
 
index 5dc0afecac7174d7252b2e0d1e794c6ae37664aa..5b2c72531247e32379aa4d78f2a29a6e657e2dcb 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
 AC_INIT([MIT/GNU Scheme blowfish plugin],
-        [1.0],
+        [1.1],
         [bug-mit-scheme@gnu.org],
         [mit-scheme-blowfish])
 AC_CONFIG_SRCDIR([blowfish.pkg])
index ec00f8600c409577bff39a51ecad28a293fca9d8..f10c19bbe6271f2e330074a2a2fe31595536e0fa 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "blowfish")))
 
-(add-subsystem-identification! "Blowfish" '(1 0))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(1 1))
\ No newline at end of file
index cfa88a7325b104441f90d413efbc92799ef90fda..02dc582c6a5f360ea047c2b048fe65c28cfeb75d 100644 (file)
@@ -63,9 +63,8 @@ cipher C API as implemented by libssl (OpenSSL).
 
 The cipher operates on 64 bit (8 byte) blocks of data and uses a
 variable size key.  Keys with 128 bits (16 bytes) are considered good
-for strong encryption.  Blowfish can be used in the same modes as DES
-and is currently one of the faster block ciphers.  It is quite a bit
-faster than DES, and much faster than IDEA or RC2.
+for modest encryption.  Blowfish can be used in the same modes as DES,
+is quite a bit faster than DES, and much faster than IDEA or RC2.
 
 The plugin includes a Scheme procedure to feed bytes from a binary
 input port to the library, and write the encrypted bytes to a binary