diff options
author | Jack Lloyd <[email protected]> | 2017-12-03 12:36:51 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-03 12:36:51 -0500 |
commit | 9f6ce97470adad5bf5840f3a569e37f9a01ec831 (patch) | |
tree | 3f32a57b91b5e2b70ec6cc30a3119bb3bc7ceed5 /src/lib/block/cast | |
parent | 9787f47772fabf0aec7476c8c2c03307f58d9116 (diff) |
Create two macros for CAST-128 vs CAST-256
Since eventually CAST-256 is going away.
Diffstat (limited to 'src/lib/block/cast')
-rw-r--r-- | src/lib/block/cast/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/block/cast/info.txt b/src/lib/block/cast/info.txt index 75d7e4ca3..3f2749953 100644 --- a/src/lib/block/cast/info.txt +++ b/src/lib/block/cast/info.txt @@ -1,5 +1,7 @@ <defines> CAST -> 20131128 +CAST_128 -> 20171203 +CAST_256 -> 20171203 </defines> <header:internal> |