summaryrefslogtreecommitdiff
path: root/config_int.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-27 02:11:08 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-27 02:11:08 -0500
commit9ba541c32b0d4a62eaea2e5dab7c3c59a2300ca7 (patch)
tree432cc10e3c89d271e7c958c4ea6a460d1558bed8 /config_int.h
parent618ffe9373fb7174ae962dcbd294394521615d0e (diff)
downloadcryptopp-git-9ba541c32b0d4a62eaea2e5dab7c3c59a2300ca7.tar.gz
Update documentation
Diffstat (limited to 'config_int.h')
-rw-r--r--config_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config_int.h b/config_int.h
index 2c55ec7c..0d493661 100644
--- a/config_int.h
+++ b/config_int.h
@@ -48,11 +48,11 @@ NAMESPACE_BEGIN(CryptoPP)
/// \brief 8-bit unsigned datatype
/// \details The Crypto++ <tt>byte</tt> was originally in global namespace to avoid
/// ambiguity with other byte typedefs. <tt>byte</tt> was moved to Crypto++ namespace
-/// due to C++17, <tt>std::byte</tt> and potential compile problems.
-/// \sa CRYPTOPP_NO_GLOBAL_BYTE <A HREF="http://github.com/weidai11/cryptopp/issues/442">Issue 442</A>,
+/// at Crypto++ 6.0 due to C++17, <tt>std::byte</tt> and potential compile problems.
+/// \sa CRYPTOPP_NO_GLOBAL_BYTE, <A HREF="http://github.com/weidai11/cryptopp/issues/442">Issue 442</A>,
/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">std::byte</A> on the
/// Crypto++ wiki
-/// \since Crypto++ 1.0
+/// \since Crypto++ 1.0, CryptoPP namespace since Crypto++ 6.0
typedef unsigned char byte;
/// \brief 16-bit unsigned datatype
/// \since Crypto++ 1.0