Closed tansy closed 1 year ago
But that's still the bad wyhash version, which is slower and as has more bad seeds.
4.1 has bug due to make_secret function which came from someone's PR. 4.2 should work
4.2 should work
Didn't know it's already changed.
But that's still the bad wyhash version, which is slower and as has more bad seeds.
After taking a look I conclude the difference is in secret only. Is it that much of a difference?
yes. V4.1 seeds are generated by a "simplified" make_secret function. This function is from someone's early PR, and I didn't notice till now that he removed an essential code line (to make sure secrets are prime numbers). Thus your PR awake me to fixed this bug :-)
I"m working on the 4.2 update instead
V4.1 to make it more stream friendly
Change is cosmetic from a tester point of view. Just so you know.