aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/cbc/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-08-15 16:34:53 +0000
committerlloyd <[email protected]>2013-08-15 16:34:53 +0000
commit16955224c8f1c5c035fccb8ce037513d086e3f1a (patch)
treeca1fc5d342449e415ef9f19176e617fa18d74f5c /src/modes/cbc/info.txt
parent523d4cb4a11039ff2ab4e6772e4ef67c75023278 (diff)
Move ECB to Transformation API
Diffstat (limited to 'src/modes/cbc/info.txt')
-rw-r--r--src/modes/cbc/info.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modes/cbc/info.txt b/src/modes/cbc/info.txt
index 767d907b3..9bf948f02 100644
--- a/src/modes/cbc/info.txt
+++ b/src/modes/cbc/info.txt
@@ -1 +1,5 @@
define MODE_CBC
+
+<requires>
+mode_pad
+</requires>