summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Franzmann2015-08-02 13:50:18 +0200
committerFlorian Franzmann2015-08-02 21:48:37 +0200
commitc3c3d48314a62b38e49ac76e8294426c6f36bc50 (patch)
tree6a49a995a1d41b2115bc181b3b8387d02d3e41af /ChangeLog
parentb96b5a857edb0ad6fe87436fc2611d292cc5bff8 (diff)
haskell/haskell-cipher-aes: new spell, fast AES cipher implementation with advanced mode of operations
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e938d2267c..0fd74189e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,8 @@
* haskell/haskell-crypto-random: new spell, simple cryptographic random
related types
* haskell/haskell-cprng-aes: new spell, aes counter mode random generator
+ * haskell/haskell-cipher-aes: new spell, fast AES cipher implementation
+ with advanced mode of operations
2015-08-01 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* haskell/haskell-data-endian: new spell, helpers for converting