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

◆ HashUpdateParity()

static Vector128< uint > System.Runtime.Intrinsics.Arm.Sha1.HashUpdateParity ( Vector128< uint > hash_abcd,
Vector64< uint > hash_e,
Vector128< uint > wk )
inlinestatic

Definition at line 44 of file Sha1.cs.

45 {
46 throw new PlatformNotSupportedException();
47 }