From 1e9d8f7a92e43f61e4d9f478f6e8dd5ae206616e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 9 Apr 2012 16:35:15 +0000 Subject: Halfway through crypto-template conversion. --- src/experimental/blowfish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/experimental/blowfish.h') diff --git a/src/experimental/blowfish.h b/src/experimental/blowfish.h index 4dbd637..c043b12 100644 --- a/src/experimental/blowfish.h +++ b/src/experimental/blowfish.h @@ -12,7 +12,7 @@ namespace Bu { - class Blowfish : public Bu::Cipher + class Blowfish : public Bu::Cipher<8> { public: Blowfish( Bu::Stream &rNext ); -- cgit v1.2.3