Class TnepresEngine
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Engines
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public sealed class TnepresEngine : SerpentEngineBase, IBlockCipher
- Inheritance
-
TnepresEngine
- Implements
- Inherited Members
Constructors
TnepresEngine()
public TnepresEngine()
Properties
AlgorithmName
public override string AlgorithmName { get; }
Property Value
Methods
DecryptBlock(byte[], int, byte[], int)
protected override void DecryptBlock(byte[] input, int inOff, byte[] output, int outOff)
Parameters
EncryptBlock(byte[], int, byte[], int)
protected override void EncryptBlock(byte[] input, int inOff, byte[] output, int outOff)
Parameters
MakeWorkingKey(byte[])
protected override int[] MakeWorkingKey(byte[] key)
Parameters
key
byte[]
Returns
- int[]