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/cipher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/experimental/cipher.h') diff --git a/src/experimental/cipher.h b/src/experimental/cipher.h index 613bc88..9e6f87d 100644 --- a/src/experimental/cipher.h +++ b/src/experimental/cipher.h @@ -6,7 +6,7 @@ namespace Bu { template - class Cipher : Bu::Filter + class Cipher : public Bu::Filter { public: Cipher( Bu::Stream &rNext ) : -- cgit v1.2.3