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

◆ Encrypt()

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

Definition at line 34 of file Aes.cs.

35 {
36 throw new PlatformNotSupportedException();
37 }