Skip to content

Commit 167ef42

Browse files
committed
Docs about aliases
1 parent 1ffa616 commit 167ef42

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,12 @@ Oneshot functions:
238238
| xxh3_128_intdigest(bytes, seed=0)
239239
| xxh3_128_hexdigest(bytes, seed=0)
240240
241+
And aliases:
241242

243+
| xxh128 = xxh3_128
244+
| xxh128_digest = xxh3_128_digest
245+
| xxh128_intdigest = xxh3_128_intdigest
246+
| xxh128_hexdigest = xxh3_128_hexdigest
242247
243248
Caveats
244249
-------

0 commit comments

Comments
 (0)