pull down to refresh
100 dice rolls is about 258 bits of entropy, so yes. I checked how it's applied and that looks ok (it does a stream of ascii 1-6 to update() through sha256, one byte of ~2.6 bits entropy each roll)
update()
sha256
100 dice rolls is about 258 bits of entropy, so yes. I checked how it's applied and that looks ok (it does a stream of ascii 1-6 to
update()throughsha256, one byte of ~2.6 bits entropy each roll)