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.cpp | |
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.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 | ||