Sha1.HashUpdateParity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
uint32x4_t vsha1pq_u32 (uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk)
A32: SHA1P.32 Qd, Qn, Qm
A64: SHA1P Qd, Sn, Vm.4S
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> HashUpdateParity(System::Runtime::Intrinsics::Vector128<System::UInt32> hash_abcd, System::Runtime::Intrinsics::Vector64<System::UInt32> hash_e, System::Runtime::Intrinsics::Vector128<System::UInt32> wk);
public static System.Runtime.Intrinsics.Vector128<uint> HashUpdateParity (System.Runtime.Intrinsics.Vector128<uint> hash_abcd, System.Runtime.Intrinsics.Vector64<uint> hash_e, System.Runtime.Intrinsics.Vector128<uint> wk);
static member HashUpdateParity : System.Runtime.Intrinsics.Vector128<uint32> * System.Runtime.Intrinsics.Vector64<uint32> * System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function HashUpdateParity (hash_abcd As Vector128(Of UInteger), hash_e As Vector64(Of UInteger), wk As Vector128(Of UInteger)) As Vector128(Of UInteger)
Parameters
Returns
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.