JasonBock / SpackleNet

Spackle is a project that contains a number of helper methods I've used to supplement the core classes in .NET.
MIT License
14 stars 1 forks source link

Improve GetBigInteger() Performance #18

Closed JasonBock closed 5 years ago

JasonBock commented 5 years ago

I think I have a way to make GetBigInteger() on SecureRandom to work better than it currently does. Do the necessary perf work and commit the new approach if acceptable.

JasonBock commented 5 years ago

Addressed with the latest merge (forgot to reference this issue there :( ).