Skip to content

Commit

Permalink
Docs about aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Aug 2, 2020
1 parent 1ffa616 commit 167ef42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,12 @@ Oneshot functions:
| xxh3_128_intdigest(bytes, seed=0)
| xxh3_128_hexdigest(bytes, seed=0)
And aliases:

| xxh128 = xxh3_128
| xxh128_digest = xxh3_128_digest
| xxh128_intdigest = xxh3_128_intdigest
| xxh128_hexdigest = xxh3_128_hexdigest
Caveats
-------
Expand Down

0 comments on commit 167ef42

Please sign in to comment.