1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-04 17:43:02 +00:00

Update hash mixing behavior - address #889

Try to have better behavior when mixing sub-hashes that are not uniform and
randomly distributed. Premultiply by a large prime before mixing to
"spread entropy" if it is concentrated in a certain subset of bits.
This commit is contained in:
Calvin Rose
2021-12-05 16:31:18 -06:00
parent 4dc281a05f
commit 545c09e202
6 changed files with 19 additions and 11 deletions

View File

@@ -50,5 +50,6 @@ jobs:
with:
draft: true
files: |
./dist/*.zip
./*.zip
./*.msi