A class that contains the parameters necessary to initialize a Fletcher algorithm.

Namespace: Classless.Hasher
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
public class FletcherParameters : HashAlgorithmParameters
Visual Basic
Public Class FletcherParameters _
	Inherits HashAlgorithmParameters
Visual C++
public ref class FletcherParameters : public HashAlgorithmParameters

Inheritance Hierarchy

System..::..Object
  Classless.Hasher..::..HashAlgorithmParameters
    Classless.Hasher..::..FletcherParameters

See Also