If it's easy, why not?
I know test_framework isn't meant for anything but regtest testing, but I could see someone naively copying the ECKey class and using it elsewhere.
Will benchmark to make sure this isn't noticeably slower.
If it's easy, why not?
I know test_framework isn't meant for anything but regtest testing, but I could see someone naively copying the ECKey class and using it elsewhere.
Will benchmark to make sure this isn't noticeably slower.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process. A summary of reviews will appear here.
If it's easy, why not?
Why not? I'd say because it doesn't add anything (for tests, weaker randomness is fine) and may confuse potential people looking at the code (you still shouldn't use it for production).
Fair enough.