Sha256.HashUpdate1 Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
uint32x4_t vsha256hq_u32 (uint32x4_t hash_abcd, uint32x4_t hash_efgh, uint32x4_t wk)
A32: SHA256H.32 Qd, Qn, Qm
A64: SHA256H Qd, Qn, Vm.4S
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> HashUpdate1(System::Runtime::Intrinsics::Vector128<System::UInt32> hash_abcd, System::Runtime::Intrinsics::Vector128<System::UInt32> hash_efgh, System::Runtime::Intrinsics::Vector128<System::UInt32> wk);
public static System.Runtime.Intrinsics.Vector128<uint> HashUpdate1 (System.Runtime.Intrinsics.Vector128<uint> hash_abcd, System.Runtime.Intrinsics.Vector128<uint> hash_efgh, System.Runtime.Intrinsics.Vector128<uint> wk);
static member HashUpdate1 : System.Runtime.Intrinsics.Vector128<uint32> * System.Runtime.Intrinsics.Vector128<uint32> * System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function HashUpdate1 (hash_abcd As Vector128(Of UInteger), hash_efgh As Vector128(Of UInteger), wk As Vector128(Of UInteger)) As Vector128(Of UInteger)
Parametry
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.