diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-05-03 06:30:36 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-05-03 06:30:36 +0000 |
commit | df6a899ad6c9a1c792582ef1a3b838c7eb6d330c (patch) | |
tree | ff9e17d0fd00585bc1e329a63c20f90d155b4ea8 /src/experimental | |
parent | 343bffafecd4329ce5ae6625fc6b2c1ea9759f36 (diff) | |
download | libbu++-df6a899ad6c9a1c792582ef1a3b838c7eb6d330c.tar.gz libbu++-df6a899ad6c9a1c792582ef1a3b838c7eb6d330c.tar.bz2 libbu++-df6a899ad6c9a1c792582ef1a3b838c7eb6d330c.tar.xz libbu++-df6a899ad6c9a1c792582ef1a3b838c7eb6d330c.zip |
Rearranging some stuff.
Diffstat (limited to '')
-rw-r--r-- | src/experimental/blowfish.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/experimental/blowfish.cpp b/src/experimental/blowfish.cpp index d01ecd3..7ff8a4d 100644 --- a/src/experimental/blowfish.cpp +++ b/src/experimental/blowfish.cpp | |||
@@ -1,2 +1,6 @@ | |||
1 | #include "bu/blowfish.h" | 1 | #include "bu/blowfish.h" |
2 | 2 | ||
3 | template class Bu::CipherModeEcb<8, Bu::Blowfish<1> >; | ||
4 | template class Bu::CipherModeCfb<8, Bu::Blowfish<1> >; | ||
5 | template class Bu::CipherModeCbc<8, Bu::Blowfish<1> >; | ||
6 | template class Bu::CipherModeOfb<8, Bu::Blowfish<1> >; | ||