aboutsummaryrefslogtreecommitdiff
path: root/src/experimental/blowfish.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-05-22 15:45:16 +0000
committerMike Buland <eichlan@xagasoft.com>2012-05-22 15:45:16 +0000
commit690ad7280e655654a3bcca2ca5ced9caacf75c8b (patch)
tree970fe179ae503e0a86d1935218729da675fa62c5 /src/experimental/blowfish.h
parente898d4911f05b143546ca2f49ce6931efafa17bc (diff)
downloadlibbu++-690ad7280e655654a3bcca2ca5ced9caacf75c8b.tar.gz
libbu++-690ad7280e655654a3bcca2ca5ced9caacf75c8b.tar.bz2
libbu++-690ad7280e655654a3bcca2ca5ced9caacf75c8b.tar.xz
libbu++-690ad7280e655654a3bcca2ca5ced9caacf75c8b.zip
Added libbu++ endianness support. It's probably not as fast as system
endianness, but on gnu it'll use the libc versions, if you don't have those, at least libbu++ will compile.
Diffstat (limited to '')
-rw-r--r--src/experimental/blowfish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/experimental/blowfish.h b/src/experimental/blowfish.h
index 7e816ca..c2a8be5 100644
--- a/src/experimental/blowfish.h
+++ b/src/experimental/blowfish.h
@@ -8,6 +8,7 @@
8#ifndef BU_BLOWFISH_H 8#ifndef BU_BLOWFISH_H
9#define BU_BLOWFISH_H 9#define BU_BLOWFISH_H
10 10
11#include "bu/config.h"
11#include "bu/cipher.h" 12#include "bu/cipher.h"
12 13
13#include "bu/ciphermodeecb.h" 14#include "bu/ciphermodeecb.h"