You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.IO.Hashing/XxHash64.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -365,7 +365,7 @@ The XxHash64 algorithm supports an optional seed value.
365
365
<paramname="seed">The seed value for this hash computation. The default is zero.</param>
366
366
<summary>Attempts to compute the XxHash64 hash of the provided data into the provided destination.</summary>
367
367
<returns>
368
-
<seelangword="true" /> if <paramrefname="destination" /> is long enough to receive the computed hash value (4 bytes); otherwise, <seelangword="false" />.</returns>
368
+
<seelangword="true" /> if <paramrefname="destination" /> is long enough to receive the computed hash value (8 bytes); otherwise, <seelangword="false" />.</returns>
0 commit comments