diff options
Diffstat (limited to '')
-rw-r--r-- | src/experimental/blowfish.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/experimental/blowfish.cpp b/src/experimental/blowfish.cpp index 797ec73..7f89f0f 100644 --- a/src/experimental/blowfish.cpp +++ b/src/experimental/blowfish.cpp | |||
@@ -9,7 +9,7 @@ using Bu::sio; | |||
9 | SB[3][x.byte.three]) | 9 | SB[3][x.byte.three]) |
10 | 10 | ||
11 | Bu::Blowfish::Blowfish( Bu::Stream &rNext ) : | 11 | Bu::Blowfish::Blowfish( Bu::Stream &rNext ) : |
12 | Bu::Cipher( rNext ) | 12 | Bu::Cipher<8>( rNext ) |
13 | { | 13 | { |
14 | } | 14 | } |
15 | 15 | ||