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

Classes

class  Arm64
 

Static Public Member Functions

static Vector64< uint > FixedRotate (Vector64< uint > hash_e)
 
static Vector128< uint > HashUpdateChoose (Vector128< uint > hash_abcd, Vector64< uint > hash_e, Vector128< uint > wk)
 
static Vector128< uint > HashUpdateMajority (Vector128< uint > hash_abcd, Vector64< uint > hash_e, Vector128< uint > wk)
 
static Vector128< uint > HashUpdateParity (Vector128< uint > hash_abcd, Vector64< uint > hash_e, Vector128< uint > wk)
 
static Vector128< uint > ScheduleUpdate0 (Vector128< uint > w0_3, Vector128< uint > w4_7, Vector128< uint > w8_11)
 
static Vector128< uint > ScheduleUpdate1 (Vector128< uint > tw0_3, Vector128< uint > w12_15)
 
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 Sha1.cs.


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