Twofish Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
Represents the base class from which all implementations of Bruce Schneier's Twofish algorithm must derive.
Syntax
public abstract class Twofish : SymmetricAlgorithm, IDisposable
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
| Twofish() | Initializes a new instance of Twofish. |
Methods
| Name | Description |
|---|---|
| Create() | Creates a cryptographic object to perform the Schneier's Twofish algorithm. |