-
I've just released prvhash82 function - it is the same algorithm, but extended to 128-bit math, produces hashes in 64-bit length increments. It's twice as fast as prvhash42, the only drawback is it's …
-
Before I start a bunch of PRs I want to make sure `vcpkg` does not have it, maybe under another name or something.
- [base64](https://github.com/microsoft/vcpkg/pull/9911) - https://github.com/powt…
-
PH is high throughput but high latency. NH is lower thoughput and low latency. We care about throughput for the bulk of a block, and latency at the end. Interestingly, the throughput issue in NH stems…
-
can modify:
```
is_arm = machine in ['aarch64', 'aarch64_be', 'armv8b', 'armv8l']
```
to add armv7l.
However, this still tries to compile src/smhasher/metrohash64crc.cpp which apparently …
-
let's go with beamsplitter or bebb4185 as RNG
o0101 updated
4 years ago
-
SM3 is an official hash of China, based on MD4 and SHA-256
https://github.com/guanzhi/GmSSL/blob/master/crypto/sm3/sm3.c
o0101 updated
4 years ago
-
In Heptapod by bitbucket_importer on Apr 11, 2012, 14:39
*Created originally on Bitbucket by Anonymous*
**From (bugs.pypy.org) by: Robert Zaremba**
*Attachments:* [run.py](https://pypy-attachments…
-
rurban/smhasher
o0101 updated
4 years ago
-
See https://blake2.net/
-
Yann Collet discovered that early wyhash has 62 bit uniqueness strength. https://github.com/Cyan4973/xxHash/wiki/Collision-ratio-comparison
The wyhash_beta version solved the problem.
And now wyha…