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

◆ DecryptLast()

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

Definition at line 22 of file Aes.cs.

23 {
24 return DecryptLast(value, roundKey);
25 }
static Vector128< byte > DecryptLast(Vector128< byte > value, Vector128< byte > roundKey)
Definition Aes.cs:22

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

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