aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/ofb/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-14 23:23:29 +0000
committerlloyd <[email protected]>2009-10-14 23:23:29 +0000
commit1d54dbb30e97097ef74b302032430a97e56fb328 (patch)
tree1f417d6a51a48ec1700e974d0e3c4e0a90d6191f /src/stream/ofb/info.txt
parent01ea6faf1b9fb3ccd7233b1117e09c642c22d238 (diff)
Similiar treatment for OFB which is also just a plain stream cipher
Diffstat (limited to 'src/stream/ofb/info.txt')
-rw-r--r--src/stream/ofb/info.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/stream/ofb/info.txt b/src/stream/ofb/info.txt
new file mode 100644
index 000000000..444fe0ffe
--- /dev/null
+++ b/src/stream/ofb/info.txt
@@ -0,0 +1,15 @@
+realname "OFB block cipher mode"
+
+define OFB
+
+load_on auto
+
+<add>
+ofb.cpp
+ofb.h
+</add>
+
+<requires>
+block
+stream
+</requires>