Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Intrinsics.Arm.Aes Class Referenceabstract

Classes

class  Arm64
 

Static Public Member Functions

static Vector128< byte > Decrypt (Vector128< byte > value, Vector128< byte > roundKey)
 
static Vector128< byte > Encrypt (Vector128< byte > value, Vector128< byte > roundKey)
 
static Vector128< byte > InverseMixColumns (Vector128< byte > value)
 
static Vector128< byte > MixColumns (Vector128< byte > value)
 
static Vector128< long > PolynomialMultiplyWideningLower (Vector64< long > left, Vector64< long > right)
 
static Vector128< ulong > PolynomialMultiplyWideningLower (Vector64< ulong > left, Vector64< ulong > right)
 
static Vector128< long > PolynomialMultiplyWideningUpper (Vector128< long > left, Vector128< long > right)
 
static Vector128< ulong > PolynomialMultiplyWideningUpper (Vector128< ulong > left, Vector128< ulong > right)
 
static int LeadingZeroCount (int value)
 
static int LeadingZeroCount (uint value)
 
static int ReverseElementBits (int value)
 
static uint ReverseElementBits (uint value)
 

Properties

static new bool IsSupported [get]
 

Detailed Description

Definition at line 6 of file Aes.cs.


The documentation for this class was generated from the following file: