aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/cast/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-02-11 16:02:26 +0000
committerlloyd <[email protected]>2013-02-11 16:02:26 +0000
commit1776c07e2acee24f5c950a0a66d9f5e8f85eeb9b (patch)
tree1caf196d328a025b3a250940e34463cbe6892212 /src/block/cast/info.txt
parent33ae47d108697fa832a0d21d1ce61d6d385307fd (diff)
Move the CAST sboxes to an internal header instead of a source file
with external linkage, or for ones specific to the 128 and 256 bit key schedules, put them into those function as statics.
Diffstat (limited to 'src/block/cast/info.txt')
-rw-r--r--src/block/cast/info.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/block/cast/info.txt b/src/block/cast/info.txt
index faba491c2..5055a9ce6 100644
--- a/src/block/cast/info.txt
+++ b/src/block/cast/info.txt
@@ -1 +1,10 @@
define CAST
+
+<header:internal>
+cast_sboxes.h
+</header:internal>
+
+<header:public>
+cast128.h
+cast256.h
+</header:public>