Sha1.HashUpdateChoose メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
uint32x4_t vsha1cq_u32 (uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk)
A32: SHA1C.32 Qd, Qn, Qm
A64: SHA1C Qd, Sn, Vm.4S
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> HashUpdateChoose(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> HashUpdateChoose (System.Runtime.Intrinsics.Vector128<uint> hash_abcd, System.Runtime.Intrinsics.Vector64<uint> hash_e, System.Runtime.Intrinsics.Vector128<uint> wk);
static member HashUpdateChoose : System.Runtime.Intrinsics.Vector128<uint32> * System.Runtime.Intrinsics.Vector64<uint32> * System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function HashUpdateChoose (hash_abcd As Vector128(Of UInteger), hash_e As Vector64(Of UInteger), wk As Vector128(Of UInteger)) As Vector128(Of UInteger)
パラメーター
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET