AriaEngineKeySchedule Method
Namespace: Org.BouncyCastle.Crypto.EnginesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
protected static byte[][] KeySchedule(
bool forEncryption,
byte[] K
)
Protected Shared Function KeySchedule (
forEncryption As Boolean,
K As Byte()
) As Byte()()
Org.BouncyCastle.Crypto.Engines.AriaEngine.KeySchedule = function(forEncryption, K);
- forEncryption Boolean
-
- K Byte
-
Byte