From 112bcd63d7e80f52414f5c08286df8e470f1f265 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 27 Dec 2020 01:38:16 -0500 Subject: Update documentation --- config_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_int.h') diff --git a/config_int.h b/config_int.h index ea670786..51ecb9e5 100644 --- a/config_int.h +++ b/config_int.h @@ -99,7 +99,7 @@ typedef signed int sword32; /// On Unix & Linux with LP64 data model it is __uint128_t. /// 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 + /// \since Crypto++ 5.6 typedef __uint128_t word128; /// \brief How to declare an unsigned word64 -- cgit v1.2.1