diff options
author | lloyd <[email protected]> | 2009-10-14 23:13:23 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-14 23:13:23 +0000 |
commit | 01ea6faf1b9fb3ccd7233b1117e09c642c22d238 (patch) | |
tree | 02d9c8967de30137d899949d1fcbfd28f4c14c9e /src/stream/ctr/info.txt | |
parent | 09a17201a8132f8422a4c371cf1e56553317bc66 (diff) |
Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_Filter
to pass it directly to a Pipe now.
Diffstat (limited to 'src/stream/ctr/info.txt')
-rw-r--r-- | src/stream/ctr/info.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/stream/ctr/info.txt b/src/stream/ctr/info.txt new file mode 100644 index 000000000..53ab0afa5 --- /dev/null +++ b/src/stream/ctr/info.txt @@ -0,0 +1,15 @@ +realname "CTR mode" + +define CTR_BE + +load_on auto + +<add> +ctr.cpp +ctr.h +</add> + +<requires> +stream +</requires> + |