C# Class Org.BouncyCastle.Crypto.Prng.ThreadedSeedGenerator.SeedGenerator

Show file Open project: nonorganic/dssnet

Public Methods

Method Description
GenerateSeed ( int numBytes, bool fast ) : byte[]

Private Methods

Method Description
DoGenerateSeed ( int numBytes, bool fast ) : byte[]
Run ( object ignored ) : void

Method Details

GenerateSeed() public method

public GenerateSeed ( int numBytes, bool fast ) : byte[]
numBytes int
fast bool
return byte[]