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

◆ HashUpdate2()

static Vector128< uint > System.Runtime.Intrinsics.Arm.Sha256.HashUpdate2 ( Vector128< uint > hash_efgh,
Vector128< uint > hash_abcd,
Vector128< uint > wk )
inlinestatic

Definition at line 34 of file Sha256.cs.

35 {
36 throw new PlatformNotSupportedException();
37 }