Initializes an instance of ParellelHash.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public ParallelHash(
	params HashAlgorithm[] hashers
)
Visual Basic
Public Sub New ( _
	ParamArray hashers As HashAlgorithm() _
)
Visual C++
public:
ParallelHash(
	... array<HashAlgorithm^>^ hashers
)

Parameters

hashers
Type: array<System.Security.Cryptography..::..HashAlgorithm>[]()[][]
The list of HashAlgorithms to use in the calculations.

See Also