Initializes a new instance of the Threefish class.

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

Syntax

C#
public Threefish()
Visual Basic
Public Sub New
Visual C++
public:
Threefish()

Exceptions

ExceptionCondition
System.Security.Cryptography..::..CryptographicException The implementation of the class derived from the symmetric algorithm is not valid.

See Also