Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Sha256.cs
Go to the documentation of this file.
2
4
5[CLSCompliant(false)]
6public abstract class Sha256 : 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
35 {
37 }
38
43
48}
static Vector128< uint > ScheduleUpdate1(Vector128< uint > w0_3, Vector128< uint > w8_11, Vector128< uint > w12_15)
Definition Sha256.cs:44
static Vector128< uint > HashUpdate1(Vector128< uint > hash_abcd, Vector128< uint > hash_efgh, Vector128< uint > wk)
Definition Sha256.cs:29
static Vector128< uint > HashUpdate2(Vector128< uint > hash_efgh, Vector128< uint > hash_abcd, Vector128< uint > wk)
Definition Sha256.cs:34
static Vector128< uint > ScheduleUpdate0(Vector128< uint > w0_3, Vector128< uint > w4_7)
Definition Sha256.cs:39