You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In gossip the random uses math instead of crypto,
and it is initialized with a static seed of 42 instead of something more random.
This has an implication that the randomized selection is not so random.
We should replace it with a crypto random for more security.
Change-Id: Iaa28c14410a19d076b301d76b4539769c03f4764
Signed-off-by: Yacov Manevich <[email protected]>
0 commit comments