From 1f9de0636c599aa6200d6cff346934c1e784b434 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sun, 29 Jul 2018 18:09:38 -0700 Subject: [PATCH] blowfish: Remove boast from ancient description in manual. --- src/blowfish/NEWS | 5 +++++ src/blowfish/configure.ac | 2 +- src/blowfish/make.scm | 2 +- src/blowfish/mit-scheme-blowfish.texi | 5 ++--- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/blowfish/NEWS b/src/blowfish/NEWS index 68650e4ee..dbac0ffcf 100644 --- a/src/blowfish/NEWS +++ b/src/blowfish/NEWS @@ -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 =================================================== diff --git a/src/blowfish/configure.ac b/src/blowfish/configure.ac index 5dc0afeca..5b2c72531 100644 --- a/src/blowfish/configure.ac +++ b/src/blowfish/configure.ac @@ -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]) diff --git a/src/blowfish/make.scm b/src/blowfish/make.scm index ec00f8600..f10c19bbe 100644 --- a/src/blowfish/make.scm +++ b/src/blowfish/make.scm @@ -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 diff --git a/src/blowfish/mit-scheme-blowfish.texi b/src/blowfish/mit-scheme-blowfish.texi index cfa88a732..02dc582c6 100644 --- a/src/blowfish/mit-scheme-blowfish.texi +++ b/src/blowfish/mit-scheme-blowfish.texi @@ -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 -- 2.25.1