AriaEngineKeyScheduleRound Method

Definition

Namespace: Org.BouncyCastle.Crypto.Engines
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
protected static byte[] KeyScheduleRound(
	byte[] w,
	byte[] wr,
	int n
)

Parameters

w  Byte
 
wr  Byte
 
n  Int32
 

Return Value

Byte

See Also