summary refs log tree commit diff
path: root/crypto/src/security/SecureRandom.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* FormattingPeter Dettman2014-09-281-205/+205
* In SecureRandom, the usage of ReversedWindowGenerator only reordered the outp...Edward Ned Harvey2014-08-051-3/+1
* GetInstance() returns a seeded instance. If you want an unseeded instance, yo...Edward Ned Harvey2014-08-051-10/+6
* SecureRandom ctor: given this is a sha1Generator, seed with 20 bytes instead ...Edward Ned Harvey2014-08-051-1/+1
* use CryptoApiRandomGenerator in addition to other entropy sourcesEdward Ned Harvey2014-08-051-1/+6
* after seeding, pointlessly threw away the first few bytes. Removed.Edward Ned Harvey2014-08-051-1/+0
* use 32 bytes instead of 24 for seed material from ThreadedSeedGeneratorEdward Ned Harvey2014-08-051-1/+5
* Initial import of old CVS repositoryPeter Dettman2013-06-281-0/+228