diff options
Diffstat (limited to 'src/stream/ofb/info.txt')
-rw-r--r-- | src/stream/ofb/info.txt | 15 |
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> |