summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authororangefour <orange@four>2018-09-05 09:25:09 +0200
committerorangefour <orange@four>2018-09-05 09:25:09 +0200
commit9b81a545fc50b13f933687550ef116818ab29de6 (patch)
tree17510a45d4ce1912b18debebc17f3b80e4a680ce /cryptlib.h
parent44cd7eb1ed8460d4b6471101c67a78ca9e1ae44d (diff)
downloadcryptopp-git-9b81a545fc50b13f933687550ef116818ab29de6.tar.gz
Add VectorSink
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptlib.h b/cryptlib.h
index 1b0c1791..0c42959d 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -50,7 +50,7 @@
<dt>Input Source Classes<dd>
StringSource, ArraySource, FileSource, RandomNumberSource
<dt>Output Sink Classes<dd>
- StringSinkTemplate, StringSink, ArraySink, FileSink, RandomNumberSink
+ StringSinkTemplate, StringSink, VectorSink, ArraySink, FileSink, RandomNumberSink
<dt>Filter Wrappers<dd>
StreamTransformationFilter, AuthenticatedEncryptionFilter, AuthenticatedDecryptionFilter, HashFilter,
HashVerificationFilter, SignerFilter, SignatureVerificationFilter