From ecb574d32f4382326e94ad19e9d5baecc84a3c29 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 16 Jun 2010 00:52:24 +0000 Subject: More Doxygen comments --- src/hash/sha1/sha160.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/hash/sha1') diff --git a/src/hash/sha1/sha160.h b/src/hash/sha1/sha160.h index 3d46e0c79..c66831a1e 100644 --- a/src/hash/sha1/sha160.h +++ b/src/hash/sha1/sha160.h @@ -24,6 +24,12 @@ class BOTAN_DLL SHA_160 : public MDx_HashFunction SHA_160(); protected: + /** + * Set a custom size for the W array. Normally 80, but some + * subclasses need slightly more for best performance/internal + * constraints + * @param W_size how big to make W + */ SHA_160(u32bit W_size); void compress_n(const byte[], u32bit blocks); -- cgit v1.2.3