-
List of 256-bit hashes
- [ ] FNV-1a https://en.wikipedia.org/wiki/Fowler–Noll–Vo_hash_function
- [ ] HighwayHash https://blog.minio.io/fee938b5218a
- https://github.com/google/highwayhash
- [ ] …
-
There is a widespread belief that a cryptographicly secure hash is needed. See: https://github.com/rurban/smhasher/blob/master/README.md#security
Beyond what is already documented in https://github…
-
```nim
import hashes
var
a = @[42]
b = @[0, 42]
c = @[0, 0, 0, 0, 0, 0, 42]
echo a.hash == b.hash # true
echo a.hash == c.hash # true
```
I don't know the significance of this, …
mjoud updated
4 years ago
-
Пожалуйста, добавьте поддержку алгоритма [xxHash][1] — это шаг в будущее, доступное в [202](http://create.stephan-brumme.com/xxhash/) строчках кода. Судя по [тестам](http://aras-p.info/blog/2016/08/09…
-
### Background
MD4 is old technology that works very well for ccache's purposes as far as we know. However, the much more modern BLAKE2b algorithm has ~more or less exactly the same performance as~…
-
Derive a secondary "almost independent" hash with http://pvk.ca/Blog/2020/10/31/nearly-double-the-ph-bits-with-one-more-clmul/. This second hash is slightly harder to compute than a regular umash, but…
-
The current versions of poly and tabulation hashing (and multiply-shift) handle proper memory alignment, so they no longer need the UB tag.
They also finalize properly, which kills the "extension" …
-
https://github.com/cris691/discohash
-
Compiled with Visual Studio 2019.
All hashes I tested fail MomentChi2 with very high values (>1e+9).
```
> SMHasher.exe t1ha2_atonce --test=MomentChi2
--- Testing t1ha2_atonce "Fast Positive H…
-
Issue tracking the go1.15.14 release by releasebot.