From a6f537b38eddea58ef71420340ae593a63c5686e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 27 Dec 2020 01:19:09 -0500 Subject: Update documentation --- config_int.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config_int.h') 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; /// word128 is only available on 64-bit machines when /// CRYPTOPP_WORD128_AVAILABLE is defined. /// On Unix & Linux with LP64 data model it is __uint128_t. - /// 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; -- cgit v1.2.1