diff options
author | Edward Ned Harvey <edward.harvey@conceptblossom.com> | 2014-08-05 11:31:07 -0400 |
---|---|---|
committer | Edward Ned Harvey <edward.harvey@conceptblossom.com> | 2014-08-05 11:31:07 -0400 |
commit | a0d33a340a7445f466aedcaafdbf7f2f7e738d9a (patch) | |
tree | b8dc48d87282df79d5963a2ace0bc6369b56791c /crypto/src/security | |
parent | SecureRandom ctor: given this is a sha1Generator, seed with 20 bytes instead ... (diff) | |
download | BouncyCastle.NET-ed25519-a0d33a340a7445f466aedcaafdbf7f2f7e738d9a.tar.xz |
GetInstance() returns a seeded instance. If you want an unseeded instance, you must use the unseeded ctor in which you supply your own generator
Diffstat (limited to 'crypto/src/security')
-rw-r--r-- | crypto/src/security/SecureRandom.cs | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/crypto/src/security/SecureRandom.cs b/crypto/src/security/SecureRandom.cs |