diff options
Diffstat (limited to 'src/modes/ofb/info.txt')
-rw-r--r-- | src/modes/ofb/info.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/modes/ofb/info.txt b/src/modes/ofb/info.txt new file mode 100644 index 000000000..ab4aa823a --- /dev/null +++ b/src/modes/ofb/info.txt @@ -0,0 +1,15 @@ +realname "OFB block cipher mode" + +define OFB + +load_on auto + +<add> +ofb.cpp +ofb.h +</add> + +<requires> +modebase +</requires> + |