Live data from Hacker News

Show HN: Beamsplitter – a new possibly universal hash

github.com

1–10 of 51 posts

Re: Show HN: Beamsplitter – a new possibly universal hash

#7

> The default S-box > This was obtained from random.org by requesting 8,192 random bytes, as were all S-boxes tested so far. https://en.wikipedia.org/wiki/Nothing-up-my-sleeve_number

It would have been far better to select numbers generated by the NIST Randomness Beacon https://beacon.nist.gov/home

And whilst you can sort of selectively choose which values to take from the beacon, it should reduce the ability to add a backdoor.

Re: Show HN: Beamsplitter – a new possibly universal hash

#10
post #7

> The default S-box > This was obtained from random.org by requesting 8,192 random bytes, as were all S-boxes tested so far. https://en.wikipedia.org/wiki/Nothing-up-my-sleeve_number

It would have been far better to select numbers generated by the NIST Randomness Beacon https://beacon.nist.gov/home And whilst you can sort of selectively choose which values to take from the beacon, it should reduce the ability to add a backdoor.

There are plenty of digits in pi.

If the hash is secure independent of s-box selection, I'd much rather bet on pi being normal than "the NIST beacon values aren't generated by AES in CTR mode" ;-)

Post reply on HN