Returns the default polynomial (used in WinZip, Ethernet, etc)

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

Syntax

C#
public static uint DefaultPolynomial { get; }
Visual Basic
Public Shared ReadOnly Property DefaultPolynomial As UInteger
	Get
Visual C++
public:
static property unsigned int DefaultPolynomial {
	unsigned int get ();
}

See Also