From 8e9cb9d9d8f4ed2423600d232860b7db49091e8a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 4 Mar 2021 22:49:25 -0500 Subject: Whitespace check-in --- drbg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drbg.h') diff --git a/drbg.h b/drbg.h index 8381c338..b56256de 100644 --- a/drbg.h +++ b/drbg.h @@ -127,12 +127,12 @@ public: virtual unsigned int MaxNonceLength() const=0; /// \brief Provides the maximum size of a request to GenerateBlock - /// \return The maximum size of a request to GenerateBlock(), in bytes + /// \return The maximum size of a request to GenerateBlock(), in bytes /// \details The equivalent class constant is MAXIMUM_BYTES_PER_REQUEST virtual unsigned int MaxBytesPerRequest() const=0; /// \brief Provides the maximum number of requests before a reseed - /// \return The maximum number of requests before a reseed, in bytes + /// \return The maximum number of requests before a reseed, in bytes /// \details The equivalent class constant is MAXIMUM_REQUESTS_BEFORE_RESEED. /// MAXIMUM_REQUESTS_BEFORE_RESEED has been reduced from 248 to INT_MAX /// to fit the underlying C++ datatype. -- cgit v1.2.1