Closed raphaelrobert closed 1 year ago
For consistency, and since this is a breaking change, it should probably be done in KeyPair::generate()
as well.
Could you also update the documentation (the README.md
file) to reflect this?
Thanks!
Good points, I missed that.
Makes
blind()
andblind_sign()
accept an external RNG. This would be helpful for applications that require a dedicated RNG.