summaryrefslogtreecommitdiff
path: root/cast128.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast128.h')
-rw-r--r--cast128.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cast128.h b/cast128.h
index 0d1e044e..39102cbc 100644
--- a/cast128.h
+++ b/cast128.h
@@ -34,6 +34,11 @@
#include <inttypes.h>
+/* Name mangling */
+#define cast128_set_key nettle_cast128_set_key
+#define cast128_encrypt nettle_cast128_encrypt
+#define cast128_decrypt nettle_cast128_decrypt
+
#define CAST128_BLOCK_SIZE 8
/* Variable key size between 40 and 128. */