summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@gmail.com>2017-03-07 07:10:56 -0500
committerNathan Froyd <froydnj@gmail.com>2017-03-07 07:10:56 -0500
commitfe88483bba68eac4db3b48bb4a5a40035965fc84 (patch)
tree8b9c4ba65e9ecb5dc1c19e112f6e805b0f2d42dd
parentc26fe92c86f0fad99471853af50cd4b0fac897fc (diff)
release version 0.34v0.34
-rw-r--r--NEWS18
-rw-r--r--ironclad.asd2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 772b9d8..6781cbc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
-*- mode: outline -*-
+* Version 0.34, released 2017-03-07
+
+** bug fixes
+
+Padding issues in 64-bit SHA variants have been fixed.
+
+Compiling with newer versions of SBCL will no longer throw errors due to
+a missing SB-BIGNUM:BIGNUM-TYPE.
+
+** new features
+
+Many new algorithms have been added, all by Guillaume LE VAILLANT:
+Threefish, Skein, ElGamal, ED25519, Poly1305, Serpent, SHA3, Blake2, and
+variants thereof.
+
+CTR mode should be faster on some implementations. (Thanks to Guillaume
+LE VAILLANT.)
+
* Version 0.33, released 2014-10-15
** bug fixes
diff --git a/ironclad.asd b/ironclad.asd
index f1bedc6..c507d29 100644
--- a/ironclad.asd
+++ b/ironclad.asd
@@ -24,7 +24,7 @@
(defclass css-file (asdf:doc-file) ((type :initform "css")))
(asdf:defsystem :ironclad
- :version "0.33.0"
+ :version "0.34"
:author "Nathan Froyd <froydnj@gmail.com>"
:maintainer "Nathan Froyd <froydnj@gmail.com>"
:description "A cryptographic toolkit written in pure Common Lisp"