Browse Source
The basic idea is to hash each class member and then mix them with xor operation. However the `seed` must be handled with care, it should only be introduced once when mixing the hashes of each class member, otherwise under some circumstances the `seed` might xor with itself and thus break the intended effect.adaptive-webui-19844
Chocobo1
5 years ago
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue