Skip to content

Commit 1ffa616

Browse files
committed
Alias xxh128
1 parent eca72f2 commit 1ffa616

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

xxhash/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020

2121
VERSION = "2.0.0.dev1"
2222

23+
24+
xxh128 = xxh3_128
25+
xxh128_hexdigest = xxh3_128_hexdigest
26+
xxh128_intdigest = xxh3_128_intdigest
27+
xxh128_digest = xxh3_128_digest
28+
29+
2330
__all__ = [
2431
"xxh32",
2532
"xxh32_digest",
@@ -37,6 +44,10 @@
3744
"xxh3_128_digest",
3845
"xxh3_128_intdigest",
3946
"xxh3_128_hexdigest",
47+
"xxh128",
48+
"xxh128_digest",
49+
"xxh128_intdigest",
50+
"xxh128_hexdigest",
4051
"VERSION",
4152
"XXHASH_VERSION",
4253
]

0 commit comments

Comments
 (0)