Sha1.HashUpdateMajority Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
uint32x4_t vsha1mq_u32 (uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk)
A32: SHA1M.32 Qd, Qn, Qm
A64: SHA1M Qd, Sn, Vm.4S
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> HashUpdateMajority(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> HashUpdateMajority (System.Runtime.Intrinsics.Vector128<uint> hash_abcd, System.Runtime.Intrinsics.Vector64<uint> hash_e, System.Runtime.Intrinsics.Vector128<uint> wk);
static member HashUpdateMajority : System.Runtime.Intrinsics.Vector128<uint32> * System.Runtime.Intrinsics.Vector64<uint32> * System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function HashUpdateMajority (hash_abcd As Vector128(Of UInteger), hash_e As Vector64(Of UInteger), wk As Vector128(Of UInteger)) As Vector128(Of UInteger)
Параметры
Возвращаемое значение
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.