We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffa616 commit 167ef42Copy full SHA for 167ef42
1 file changed
README.rst
@@ -238,7 +238,12 @@ Oneshot functions:
238
| xxh3_128_intdigest(bytes, seed=0)
239
| xxh3_128_hexdigest(bytes, seed=0)
240
241
+And aliases:
242
243
+ | xxh128 = xxh3_128
244
+ | xxh128_digest = xxh3_128_digest
245
+ | xxh128_intdigest = xxh3_128_intdigest
246
+ | xxh128_hexdigest = xxh3_128_hexdigest
247
248
Caveats
249
-------
0 commit comments