aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/buf_comp/buf_comp.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-16 03:59:32 +0000
committerlloyd <[email protected]>2010-06-16 03:59:32 +0000
commitd066bf6897906ae634f381ddf3250d2ae56f238b (patch)
tree76998d60deb37c3486cdeec594c561e01e72b6e5 /src/utils/buf_comp/buf_comp.h
parentaa0c77746be858f094debf0d96e87c02908e8dc3 (diff)
More Doxygen
Diffstat (limited to 'src/utils/buf_comp/buf_comp.h')
-rw-r--r--src/utils/buf_comp/buf_comp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/buf_comp/buf_comp.h b/src/utils/buf_comp/buf_comp.h
index 2cc2d87a9..6ec21c0d0 100644
--- a/src/utils/buf_comp/buf_comp.h
+++ b/src/utils/buf_comp/buf_comp.h
@@ -113,7 +113,11 @@ class BOTAN_DLL BufferedComputation
return final();
}
+ /**
+ * @param out_len the output length of this computation
+ */
BufferedComputation(u32bit out_len) : OUTPUT_LENGTH(out_len) {}
+
virtual ~BufferedComputation() {}
private:
BufferedComputation& operator=(const BufferedComputation&);