diff options
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 ); |