From: JINMEI Tatuya Date: Fri, 27 Jan 2012 18:00:00 +0000 (-0800) Subject: [1575] wording fixes for the description of NSEC3Hash.calculate() X-Git-Tag: trac2351_base~277^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d483e15ebb9339797ba6a29dc96edb8cba2ec07;p=thirdparty%2Fkea.git [1575] wording fixes for the description of NSEC3Hash.calculate() --- diff --git a/src/lib/dns/nsec3hash.h b/src/lib/dns/nsec3hash.h index 7629485c59..eba508a635 100644 --- a/src/lib/dns/nsec3hash.h +++ b/src/lib/dns/nsec3hash.h @@ -102,9 +102,9 @@ public: /// /// This method calculates the NSEC3 hash value for the given \c name /// with the hash parameters (algorithm, iterations and salt) given at - /// construction, and returns the value in a base32hex-encoded string - /// (without containing any white spaces). All alphabets in the string - /// will be upper cased. + /// construction, and returns the value as a base32hex-encoded string + /// (without containing any white spaces). All US-ASCII letters in the + /// string will be upper cased. /// /// \param name The domain name for which the hash value is to be /// calculated.