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
Not sure what you mean about seeding for encryption. Key generation? Seeding the RNG?
There is no built in functionality to seed SecureRandom with your own value, but look at the PRNG fix and related functions like generate seed.
You can modify these functions accordingly. If you have your own source of random number generation, about half the code in the library is unnecessary.
No description provided.
The text was updated successfully, but these errors were encountered: