-
Hello @bschn2, @djm34 just messaged me and told that apparently this https://github.com/bschn2/rainforest/pull/7#issuecomment-476557064 bug from v1 "successfully" migrated to v2.
Quote: `It is stil…
-
The current v0.3 branch's mixdown isn't good. The v0.1 mixdown is still the best for collision resistance, it seems. It would be nice if there was a more systematic way to analyze it. Passing smhas…
-
Related to #6136. The hash function for `int64`/`uint64` cast the value to a `uint32` which means that it is easy to create hash collision for values that are multiples of 232 (4294967296). This could…
mjoud updated
5 years ago
-
I am sadly running RHEL6 which has g++ 4.4.7 that does not like the `-std=c++11` flag. Anyway to install without upgrading my the compiler on the server?
```
Running setup.py bdist_wheel for sourma…
-
Hi, do you have any plans for creating 128 bit version( 16 bytes for resulting hash )?
-
`sudo pip3 install pyhash` and `sudo pip install pyhash` results in same error:
```
Gregs-MacBook-Pro:govready-q-asti greg$ sudo pip3 install pyhash
The directory '/Users/greg/Library/Caches/pip/…
-
I'm running `Python 3.6.4` on macOS High Sierra Version 10.13.6, and `pip install pyhash` fails with below error. Running Python (Python 2.7.10) and Python3 (Python 3.6.4).
running: pip 18.0 from /…
-
I can't test speed for MD4 but as i think,
https://code.google.com/p/xxhash/
md4 not much faster then md5
I will try to port ccache for using xxhash instead of md4 like this
https://github.com/markfa…
-
Pyhash 0.9.x doesn't seem to build on a stock Debian 9 (Stretch):
Install log up to the first error:
```
Installed /tmp/easy_install-j6_vebxx/pyhash-0.9.1/.eggs/py_cpuinfo-4.0.0-py3.5.egg
cc1plu…
-
when i use hash_bits=32, hash_value=0. could i use hash_bits=63? that is to say, bigger than 32.