diff options
Diffstat (limited to 'src/experimental/blowfish.cpp')
-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> >; | ||