vacuumlabs/persistent

improve hashing of persistent set

Closed this issue · 0 comments

do: hash = hash & 0x1fffffff after adding each summand to ensure dart does not have to work with bigints.