diff options
Diffstat (limited to 'src/modes/eax/modinfo.txt')
-rw-r--r-- | src/modes/eax/modinfo.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modes/eax/modinfo.txt b/src/modes/eax/modinfo.txt new file mode 100644 index 000000000..7d5f7e98c --- /dev/null +++ b/src/modes/eax/modinfo.txt @@ -0,0 +1,11 @@ +realname "EAX block cipher mode" + +define EAX + +load_on auto + +<add> +eax.cpp +eax.h +eax_dec.cpp +</add> |