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

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

Méthodes publiques

Méthode Description
GetBlockSize ( ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
NoekeonEngine ( ) : System
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
Reset ( ) : void

Private Methods

Méthode Description
decryptBlock ( byte input, int inOff, byte output, int outOff ) : int
encryptBlock ( byte input, int inOff, byte output, int outOff ) : int
gamma ( uint a ) : void
pi1 ( uint a ) : void
pi2 ( uint a ) : void
rotl ( uint x, int y ) : uint
setKey ( byte key ) : void
theta ( uint a, uint k ) : void

Method Details

GetBlockSize() public méthode

public GetBlockSize ( ) : int
Résultat int

Init() public méthode

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

NoekeonEngine() public méthode

public NoekeonEngine ( ) : System
Résultat System

ProcessBlock() public méthode

public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
input byte
inOff int
output byte
outOff int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void