diff options
author | lloyd <[email protected]> | 2013-03-27 15:16:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-27 15:16:15 +0000 |
commit | 35ac296082030fffde867cbac768815efe271522 (patch) | |
tree | 3af739d0df6c6f3700fd382ec678ba7ced99a8e1 /src/aead/ocb/info.txt | |
parent | 7703ed769010f9ef4d037be1e9d1183a854f8348 (diff) |
Convert OCB to new AEAD interface
Diffstat (limited to 'src/aead/ocb/info.txt')
-rw-r--r-- | src/aead/ocb/info.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/aead/ocb/info.txt b/src/aead/ocb/info.txt new file mode 100644 index 000000000..8d6a93ed9 --- /dev/null +++ b/src/aead/ocb/info.txt @@ -0,0 +1,6 @@ +define AEAD_OCB + +<requires> +block +cmac +</requires> |