summaryrefslogtreecommitdiff
path: root/config_int.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-27 01:19:09 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-27 01:19:09 -0500
commita6f537b38eddea58ef71420340ae593a63c5686e (patch)
tree3831846f3afe54c5698824ea60580f81faf57be6 /config_int.h
parent6673de0f17d6a7f2e1ee4c294bbd3ab7e452282f (diff)
downloadcryptopp-git-a6f537b38eddea58ef71420340ae593a63c5686e.tar.gz
Update documentation
Diffstat (limited to 'config_int.h')
-rw-r--r--config_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config_int.h b/config_int.h
index f71efab8..ea670786 100644
--- a/config_int.h
+++ b/config_int.h
@@ -97,7 +97,8 @@ typedef signed int sword32;
/// <tt>word128</tt> is only available on 64-bit machines when
/// <tt>CRYPTOPP_WORD128_AVAILABLE</tt> is defined.
/// On Unix &amp; Linux with LP64 data model it is <tt>__uint128_t</tt>.
- /// Microsoft platforms do not provide a 128-bit integer type.
+ /// Microsoft platforms do not provide a 128-bit integer type. 32-bit platforms
+ /// do not provide a 128-bit integer type.
/// \since Crypto++ 1.0
typedef __uint128_t word128;