protected static byte[] KeyScheduleRound( byte[] w, byte[] wr, int n )
Protected Shared Function KeyScheduleRound ( w As Byte(), wr As Byte(), n As Integer ) As Byte()
protected: static array<unsigned char>^ KeyScheduleRound( array<unsigned char>^ w, array<unsigned char>^ wr, int n )
Org.BouncyCastle.Crypto.Engines.AriaEngine.KeyScheduleRound = function(w, wr, n);
In This Article