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

◆ EncryptLast()

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

Definition at line 32 of file Aes.cs.

33 {
34 return EncryptLast(value, roundKey);
35 }
static Vector128< byte > EncryptLast(Vector128< byte > value, Vector128< byte > roundKey)
Definition Aes.cs:32

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

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