diff options
author | lloyd <[email protected]> | 2009-10-14 23:23:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-14 23:23:29 +0000 |
commit | 1d54dbb30e97097ef74b302032430a97e56fb328 (patch) | |
tree | 1f417d6a51a48ec1700e974d0e3c4e0a90d6191f /src/stream/ofb/info.txt | |
parent | 01ea6faf1b9fb3ccd7233b1117e09c642c22d238 (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.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> |