Sha256.HashUpdate2 Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
uint32x4_t vsha256h2q_u32 (uint32x4_t hash_efgh, uint32x4_t hash_abcd, uint32x4_t wk)
A32: SHA256H2.32 Qd, Qn, Qm
A64: SHA256H2 Qd, Qn, Vm.4S
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> HashUpdate2(System::Runtime::Intrinsics::Vector128<System::UInt32> hash_efgh, System::Runtime::Intrinsics::Vector128<System::UInt32> hash_abcd, System::Runtime::Intrinsics::Vector128<System::UInt32> wk);
public static System.Runtime.Intrinsics.Vector128<uint> HashUpdate2(System.Runtime.Intrinsics.Vector128<uint> hash_efgh, System.Runtime.Intrinsics.Vector128<uint> hash_abcd, System.Runtime.Intrinsics.Vector128<uint> wk);
static member HashUpdate2 : System.Runtime.Intrinsics.Vector128<uint32> * System.Runtime.Intrinsics.Vector128<uint32> * System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function HashUpdate2 (hash_efgh As Vector128(Of UInteger), hash_abcd As Vector128(Of UInteger), wk As Vector128(Of UInteger)) As Vector128(Of UInteger)