Transformation for ThreeFish encryption algorithm

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

Syntax

C#
public class ThreefishTransform : ICryptoTransform, 
	IDisposable
Visual Basic
Public Class ThreefishTransform _
	Implements ICryptoTransform, IDisposable
Visual C++
public ref class ThreefishTransform : ICryptoTransform, 
	IDisposable

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Crypto..::..ThreefishTransform

See Also