summaryrefslogtreecommitdiff
path: root/secblock.h
diff options
context:
space:
mode:
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