Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Decrypt()

static Vector128< byte > System.Runtime.Intrinsics.X86.Aes.Decrypt ( Vector128< byte > value,
Vector128< byte > roundKey )
inlinestatic

Definition at line 17 of file Aes.cs.

18 {
19 return Decrypt(value, roundKey);
20 }
static Vector128< byte > Decrypt(Vector128< byte > value, Vector128< byte > roundKey)
Definition Aes.cs:17

References System.Runtime.Intrinsics.X86.Aes.Decrypt(), and System.value.

Referenced by System.Runtime.Intrinsics.X86.Aes.Decrypt().