Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Bitcoin::Util::randInt instead of rand to generate keys (grondilu#6)
Perl's built-in rand is not cryptographically-secure. In particular, it is only seeded with 4 bytes of entropy. Bitcoin::Util::randInt appears to be an improvement but also hasn't been properly analysed.
- Loading branch information