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/ciphermodeecb.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/experimental/ciphermodeecb.cpp (limited to 'src/experimental/ciphermodeecb.cpp') diff --git a/src/experimental/ciphermodeecb.cpp b/src/experimental/ciphermodeecb.cpp new file mode 100644 index 0000000..8856304 --- /dev/null +++ b/src/experimental/ciphermodeecb.cpp @@ -0,0 +1 @@ +#include "ciphermodeecb.h" -- cgit v1.2.3