Re: random toeplitz seeds

2020-07-17 Thread David Gwynne
On Fri, Jun 26, 2020 at 07:55:43AM +0200, Theo Buehler wrote: > This adds an stoeplitz_random_seed() function that generates a random > Toeplitz key seed with an invertible matrix T. This is necessary and > sufficient for the hash to spread out over all 65536 possible values. > > While it is clear

random toeplitz seeds

2020-06-25 Thread Theo Buehler
This adds an stoeplitz_random_seed() function that generates a random Toeplitz key seed with an invertible matrix T. This is necessary and sufficient for the hash to spread out over all 65536 possible values. While it is clear from T * (-1) == 0 that seeds with parity 0 are bad, I don't have a nea