diff options
author | René Korthaus <[email protected]> | 2016-07-15 09:30:30 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-07-15 14:39:45 +0200 |
commit | ad4af449f017058b414f0344f18b5e47e591e8ad (patch) | |
tree | da928437814d10c2184d70e5da36dd04b322c536 /src/lib/kdf/kdf1_iso18033 | |
parent | b3bc80dfdb28aee0900b6ed92dff5ba8c5e4daf9 (diff) |
Add test vectors for KDF1/ISO18033
Diffstat (limited to 'src/lib/kdf/kdf1_iso18033')
-rw-r--r-- | src/lib/kdf/kdf1_iso18033/kdf1_iso18033.cpp | 2 | ||||
-rw-r--r-- | src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.cpp b/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.cpp index b40fe55cc..7beca0862 100644 --- a/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.cpp +++ b/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.cpp @@ -1,5 +1,5 @@ /* -* KDF1 from ISO 18033 +* KDF1 from ISO 18033-2 * (C) 2016 Philipp Weber * * Botan is released under the Simplified BSD License (see license.txt) diff --git a/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h b/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h index d6ce851ae..f61864d1f 100644 --- a/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h +++ b/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h @@ -1,5 +1,5 @@ /* -* KDF1 from ISO 18033 +* KDF1 from ISO 18033-2 * (C) 2016 Philipp Weber * * Botan is released under the Simplified BSD License (see license.txt) @@ -14,7 +14,7 @@ namespace Botan { /** -* KDF1, from IEEE 1363 +* KDF1, from ISO 18033-2 */ class BOTAN_DLL KDF1_18033 : public KDF { |