C# Class Org.BouncyCastle.Crypto.Engines.HC256Engine

Inheritance: IStreamCipher
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void
Reset ( ) : void
ReturnByte ( byte input ) : byte

Private Methods

Méthode Description
GetByte ( ) : byte
Init ( ) : void
RotateRight ( uint x, int bits ) : uint
Step ( ) : uint

Method Details

Init() public méthode

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
Résultat void

ProcessBytes() public méthode

public ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void
input byte
inOff int
len int
output byte
outOff int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ReturnByte() public méthode

public ReturnByte ( byte input ) : byte
input byte
Résultat byte