diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-04-09 16:35:15 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-04-09 16:35:15 +0000 |
commit | 1e9d8f7a92e43f61e4d9f478f6e8dd5ae206616e (patch) | |
tree | 65cb355aa0a99bf4b9ad94ef4525065880e3ecd1 /src/experimental/blowfish.h | |
parent | 228b885b41652a015a91770dfd993456d76ad102 (diff) | |
download | libbu++-1e9d8f7a92e43f61e4d9f478f6e8dd5ae206616e.tar.gz libbu++-1e9d8f7a92e43f61e4d9f478f6e8dd5ae206616e.tar.bz2 libbu++-1e9d8f7a92e43f61e4d9f478f6e8dd5ae206616e.tar.xz libbu++-1e9d8f7a92e43f61e4d9f478f6e8dd5ae206616e.zip |
Halfway through crypto-template conversion.
Diffstat (limited to '')
-rw-r--r-- | src/experimental/blowfish.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
12 | 12 | ||
13 | namespace Bu | 13 | namespace Bu |
14 | { | 14 | { |
15 | class Blowfish : public Bu::Cipher | 15 | class Blowfish : public Bu::Cipher<8> |
16 | { | 16 | { |
17 | public: | 17 | public: |
18 | Blowfish( Bu::Stream &rNext ); | 18 | Blowfish( Bu::Stream &rNext ); |