From d49fc3aeac4daa65416751f94943b6611ad247d3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 10 Apr 2012 08:32:23 +0000 Subject: Rearranged the Cipher system, and added four modes of operation. It's pretty slick, really, and we actually support four of the most common modes. Blowfish is still a template, but it doesn't really need to be anymore... --- src/experimental/ciphermodecbc.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/experimental/ciphermodecbc.cpp (limited to 'src/experimental/ciphermodecbc.cpp') diff --git a/src/experimental/ciphermodecbc.cpp b/src/experimental/ciphermodecbc.cpp new file mode 100644 index 0000000..169c1d3 --- /dev/null +++ b/src/experimental/ciphermodecbc.cpp @@ -0,0 +1,2 @@ +#include "ciphermodecbc.h" + -- cgit v1.2.3