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

◆ Decrypt()

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

Definition at line 29 of file Aes.cs.

30 {
31 throw new PlatformNotSupportedException();
32 }