Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Sha1.cs
Go to the documentation of this file.
2
4
5[CLSCompliant(false)]
6public abstract class Sha1 : ArmBase
7{
8 public new abstract class Arm64 : ArmBase.Arm64
9 {
10 public new static bool IsSupported
11 {
12 [Intrinsic]
13 get
14 {
15 return false;
16 }
17 }
18 }
19
20 public new static bool IsSupported
21 {
22 [Intrinsic]
23 get
24 {
25 return false;
26 }
27 }
28
30 {
32 }
33
38
43
48
53
58}
static Vector128< uint > ScheduleUpdate1(Vector128< uint > tw0_3, Vector128< uint > w12_15)
Definition Sha1.cs:54
static new bool IsSupported
Definition Sha1.cs:21
static Vector128< uint > HashUpdateParity(Vector128< uint > hash_abcd, Vector64< uint > hash_e, Vector128< uint > wk)
Definition Sha1.cs:44
static Vector64< uint > FixedRotate(Vector64< uint > hash_e)
Definition Sha1.cs:29
static Vector128< uint > HashUpdateChoose(Vector128< uint > hash_abcd, Vector64< uint > hash_e, Vector128< uint > wk)
Definition Sha1.cs:34
static Vector128< uint > HashUpdateMajority(Vector128< uint > hash_abcd, Vector64< uint > hash_e, Vector128< uint > wk)
Definition Sha1.cs:39
static Vector128< uint > ScheduleUpdate0(Vector128< uint > w0_3, Vector128< uint > w4_7, Vector128< uint > w8_11)
Definition Sha1.cs:49