summaryrefslogtreecommitdiff
path: root/config_int.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-25 21:39:49 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-25 21:39:49 -0500
commit1546bce536ad6814e6a835e81631021b8fe04c24 (patch)
tree472c6990321cadcd1e46e9ec53d04c2c512327f3 /config_int.h
parent4513d9593f003492888d1533717ccd591799a075 (diff)
downloadcryptopp-git-1546bce536ad6814e6a835e81631021b8fe04c24.tar.gz
Update documentation
Diffstat (limited to 'config_int.h')
-rw-r--r--config_int.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config_int.h b/config_int.h
index 8b2d882d..672b1b77 100644
--- a/config_int.h
+++ b/config_int.h
@@ -128,11 +128,12 @@ typedef signed int sword32;
#endif
/// \brief Large word type
-/// \details a typedef for large word types, used for file offsets and such.
+/// \details lword is a typedef for large word types. It is used for file
+/// offsets and such.
typedef word64 lword;
/// \brief Large word type max value
-/// \details the maximum value for large word types.
+/// \details LWORD_MAX is the maximum value for large word types.
const lword LWORD_MAX = W64LIT(0xffffffffffffffff);
#if defined(CRYPTOPP_DOXYGEN_PROCESSING)