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
Hello,I found that the nonce is generated by "ethash.rand.Int63()". This random number generation is actually pseudo-random. Using the nonce as a seed in the "mine" function may result in insufficient randomness and may be cracked by traversal.
Hello,I found that the nonce is generated by "ethash.rand.Int63()". This random number generation is actually pseudo-random. Using the nonce as a seed in the "mine" function may result in insufficient randomness and may be cracked by traversal.
Location: https://github.com/bitindi/blockchain-core/blob/main/consensus/ethash/sealer.go#L100
The text was updated successfully, but these errors were encountered: