ifduyue / python-xxhash

Python Binding for xxHash
https://pypi.org/project/xxhash/
BSD 2-Clause "Simplified" License
366 stars 30 forks source link

question: where is the code of xxh3_128 function #77

Closed m0x61h0x64i closed 1 month ago

m0x61h0x64i commented 1 month ago

Hi, i have a question: where is the code of xxh3_128 function? Im going to read it and write a function to do reverse job of xxh3_128 function. Thanks

ifduyue commented 1 month ago

Hi @m0x61h0x64i This is a python binding of https://github.com/Cyan4973/xxHash. What do you mean to do a reverse job of xxh3_128? It's not designed to be reversed.

m0x61h0x64i commented 1 month ago

It's not designed to be reversed.

Thanks