Table of Contents

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

string

Methods

DecryptBlock(byte[], int, byte[], int)

protected override void DecryptBlock(byte[] input, int inOff, byte[] output, int outOff)

Parameters

input byte[]
inOff int
output byte[]
outOff int

EncryptBlock(byte[], int, byte[], int)

protected override void EncryptBlock(byte[] input, int inOff, byte[] output, int outOff)

Parameters

input byte[]
inOff int
output byte[]
outOff int

MakeWorkingKey(byte[])

protected override int[] MakeWorkingKey(byte[] key)

Parameters

key byte[]

Returns

int[]