diff options
author | Christian Pointner <equinox@anytun.org> | 2009-03-17 15:53:22 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-03-17 15:53:22 +0000 |
commit | 7d04626ef28ca5d27bc8515660c58bb135aa8c93 (patch) | |
tree | d8affb3523764a4be6aba9b6bd227e875ebb2096 /src/authAlgoFactory.h | |
parent | removed key derivation rate entirely (diff) |
added support for configurabel auth tag length
Diffstat (limited to 'src/authAlgoFactory.h')
-rw-r--r-- | src/authAlgoFactory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/authAlgoFactory.h b/src/authAlgoFactory.h index ee38248..2dca567 100644 --- a/src/authAlgoFactory.h +++ b/src/authAlgoFactory.h @@ -41,6 +41,7 @@ class AuthAlgoFactory { public: static AuthAlgo* create(std::string const& type, kd_dir_t dir); + static u_int32_t getDigestLength(std::string const& type); private: AuthAlgoFactory(); |