Olivier Giniaux

Results 70 comments of Olivier Giniaux

One of the reasons why such hash is not included in the benchmarks is because of its very poor quality (very bad avalanche and distribution properties). Like FNV-1a (it's a...

The test suite is nowhere nearly a good as smhasher's one but this new version rustc_hash is much more robust and passes all quality tests in this repository 👍 ```...

Hello @vlovich I guess we'd have to try in order to know whether it's possible to exploit the current compression to make a fixed-point attack. On my end I don't...

Duplicate of https://github.com/ogxd/gxhash/issues/83. Keeping the issue 83 as it is more in-depth

Hello @balupton, gxhash is a library, not a CLI tool, there are no executable binaries. Maybe I can help if you can give more context on what you're trying to...

Hello @winstxnhdw Here there are signatures to FFI methods (I used these to benchmark GxHash against well-known C hash functions): https://github.com/ogxd/gxhash/blob/main/ffi/src/lib.rs I'm not super familiar with FFI for Python. From...

Hello @winstxnhdw, I tried installing py-gxhash via pip using your command but I get this error: ``` ERROR: Could not find a version that satisfies the requirement version-subpkg (unavailable) (from...

> Looks like your shell is not escaping the URL correctly. I have updated the installation instructions. This one should work. Indeed, it *almost* did! Thank you :). One remaining...

> The reason for exposing an async version is because I'd imagine gxhash being used a lot in an asynchronous context. More specifically, in web servers. Running a synchronous function,...

Hello @winstxnhdw I can see that you've put a lot of efforts into wrapping gxhash in python, and it seems like other people are interested as well. That said, I...