From 03e8c5ad314252cde58c53688c70b9f836a1d5b4 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 28 Nov 2012 17:39:09 +0000 Subject: More comments; moved the encryption system to unstable. --- src/unstable/ciphermodeofb.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/unstable/ciphermodeofb.cpp (limited to 'src/unstable/ciphermodeofb.cpp') diff --git a/src/unstable/ciphermodeofb.cpp b/src/unstable/ciphermodeofb.cpp new file mode 100644 index 0000000..bebbce2 --- /dev/null +++ b/src/unstable/ciphermodeofb.cpp @@ -0,0 +1,2 @@ +#include "ciphermodeofb.h" + -- cgit v1.2.3