From d5f2194be0b1c6161507d21cec2ac2c66a0ea07b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 9 Sep 2016 05:33:44 -0400 Subject: [PATCH] Updated documentation --- integer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integer.h b/integer.h index 66267c5a..f1d393a2 100644 --- a/integer.h +++ b/integer.h @@ -1,7 +1,7 @@ // integer.h - written and placed in the public domain by Wei Dai //! \file integer.h -//! \brief High performance arbitrary size integer class +//! \brief Multiple precision integer with arithmetic operations #ifndef CRYPTOPP_INTEGER_H #define CRYPTOPP_INTEGER_H