Class HC256Engine
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Engines
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class HC256Engine : IStreamCipher
- Inheritance
-
HC256Engine
- Implements
- Inherited Members
Constructors
HC256Engine()
public HC256Engine()
Properties
AlgorithmName
public virtual string AlgorithmName { get; }
Property Value
Methods
Init(bool, ICipherParameters)
public virtual void Init(bool forEncryption, ICipherParameters parameters)
Parameters
forEncryption
boolparameters
ICipherParameters
ProcessBytes(byte[], int, int, byte[], int)
public virtual void ProcessBytes(byte[] input, int inOff, int len, byte[] output, int outOff)
Parameters
Reset()
public virtual void Reset()
ReturnByte(byte)
public virtual byte ReturnByte(byte input)
Parameters
input
byte