From ff51a82f49b05563d1a3dca02c8afd9312fe4fde Mon Sep 17 00:00:00 2001 From: René Korthaus Date: Sun, 16 Oct 2016 12:30:56 +0200 Subject: Improve kdf doxygen [ci skip] --- src/lib/kdf/sp800_108/sp800_108.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/kdf/sp800_108') diff --git a/src/lib/kdf/sp800_108/sp800_108.h b/src/lib/kdf/sp800_108/sp800_108.h index 71a918c15..3a5b33575 100644 --- a/src/lib/kdf/sp800_108/sp800_108.h +++ b/src/lib/kdf/sp800_108/sp800_108.h @@ -45,6 +45,9 @@ class BOTAN_DLL SP800_108_Counter : public KDF const byte salt[], size_t salt_len, const byte label[], size_t label_len) const override; + /** + * @param mac underlying MAC algorithm + */ SP800_108_Counter(MessageAuthenticationCode* mac) : m_prf(mac) {} static SP800_108_Counter* make(const Spec& spec); -- cgit v1.2.3