We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc463b3 commit e69840eCopy full SHA for e69840e
1 file changed
docs/reference/buffer/hash.md
@@ -6,7 +6,7 @@ Computes a k-bit non-cryptographic hash of the buffer using the FNV-1 algorithm.
6
FNV-1 is a fast, non-cryptographic hash algorithm (suitable for checksums, not security)
7
8
## Parameters
9
- * **bits**: specifies the output width (1-32 bits), determining
+ * **bits**: the output width (1-32 bits), determining
10
the result range: 0 to 2^bits-1. For example, bits=5 produces values 0-31. Use this for
11
checksums, data validation, or collision detection. Not suitable for cryptographic purposes.
12
0 commit comments