-
I've recently studied wyhash. Right now wyhash processes ("mixes") message bi-directionally (from start, and from end). While it does work as it is, passes SMHasher tests, its structure "breaks" on Pe…
-
Dear rurban:
I am finishing wyhash paper with pushes from industry.
I can not calculated the compiled size of hash function unless copying from your website.
Current wyhash size is for the fi…
-
### Environment
* Platform: Kaggle Notebooks (https://www.kaggle.com/code)
* Operating System: Ubuntu 18.04.5 LTS
* Python Version: 3.7.10
* How did you install pyforest: ```!pip install upgrade p…
-
Do you have a 64 bit Murmur3 hash function handy? I want to extend the code to support 64 bit keys.
-
Hi @martinus,
this seemed to me to be the easiest way to reach out to you.
We at the DICE research group found that the hash functions for strings and int you provide in this repo provide among t…
-
When building and running SMHasher on mac with `--test=VerifyAll`, I get a `bus error` crash after testing SipHash:
```
$ build/SMHasher --verbose --test=VerifyAll
[[[ VerifyAll Tests ]]]
…
-
https://github.com/tkaitchuck/aHash/blob/master/compare/readme.md
-
After a lot of effort I've come up with a new version of PRVHASH core function, which is now fully 64-bit, for both input and output. So, existing PRVHASH42 variants can be removed - the new PRVHASH64…
-
I have:
- windows 10
- python 3.7
- pip 19.1.1
- setuptools 41.0.1
```
$ python_env/python -m pip install pyhash==0.9.3
Collecting pyhash==0.9.3
Using cached https://files.pythonhos…
-