diff options
author | lloyd <[email protected]> | 2010-06-21 16:12:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-21 16:12:04 +0000 |
commit | ce14ac149a3b3bf70b3554aeefcdb9de5976da34 (patch) | |
tree | e83b38f1c545dbdd0cda432144db23346562da85 /src/sym_algo | |
parent | fe47c1cb19d6f3d1fb54f488cf08eb1830dda1e5 (diff) |
Doxygen
Diffstat (limited to 'src/sym_algo')
-rw-r--r-- | src/sym_algo/symkey.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/sym_algo/symkey.h b/src/sym_algo/symkey.h index 450dab306..07b588329 100644 --- a/src/sym_algo/symkey.h +++ b/src/sym_algo/symkey.h @@ -140,10 +140,15 @@ BOTAN_DLL OctetString operator+(const OctetString& x, BOTAN_DLL OctetString operator^(const OctetString& x, const OctetString& y); -/* -* Alternate Names + +/** +* Alternate name for octet string showing intent to use as a key */ typedef OctetString SymmetricKey; + +/** +* Alternate name for octet string showing intent to use as an IV +*/ typedef OctetString InitializationVector; } |