diff options
Diffstat (limited to 'src/stream')
-rw-r--r-- | src/stream/info.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/stream/info.txt b/src/stream/info.txt new file mode 100644 index 000000000..b3d9649db --- /dev/null +++ b/src/stream/info.txt @@ -0,0 +1,15 @@ +realname "Stream Ciphers" + +load_on auto + +define STREAM_CIPHER + +<requires> +utils +sym_algo +</requires> + +<add> +stream_cipher.h +stream_cipher.cpp +</add> |