summaryrefslogtreecommitdiff
path: root/secblock.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-09 20:11:03 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-09 20:11:03 -0400
commit649b3b10b598f23932e79d323f760dcb95681630 (patch)
treec7403f07a5874ba01900d3d07e5a13fafe5ee91e /secblock.h
parent5a3a71c9a412e46efad30eb6af898fea5fcbf234 (diff)
downloadcryptopp-git-649b3b10b598f23932e79d323f760dcb95681630.tar.gz
Update SecBlock and ByteQueue documentation
Diffstat (limited to 'secblock.h')
-rw-r--r--secblock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/secblock.h b/secblock.h
index 55f5c77e..a99e00da 100644
--- a/secblock.h
+++ b/secblock.h
@@ -723,6 +723,8 @@ private:
/// \brief Secure memory block with allocator and cleanup
/// \tparam T a class or type
/// \tparam A AllocatorWithCleanup derived class for allocation and cleanup
+/// \sa <A HREF="https://www.cryptopp.com/wiki/SecBlock">SecBlock</A>
+/// on the Crypto++ wiki.
/// \since Crypto++ 2.0
template <class T, class A = AllocatorWithCleanup<T> >
class SecBlock