Sha1.FixedRotate(Vector64<UInt32>) 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.
uint32_t vsha1h_u32 (uint32_t hash_e)
A32: SHA1H.32 Qd, Qm
A64: SHA1H Sd, Sn
public:
static System::Runtime::Intrinsics::Vector64<System::UInt32> FixedRotate(System::Runtime::Intrinsics::Vector64<System::UInt32> hash_e);
public static System.Runtime.Intrinsics.Vector64<uint> FixedRotate(System.Runtime.Intrinsics.Vector64<uint> hash_e);
static member FixedRotate : System.Runtime.Intrinsics.Vector64<uint32> -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function FixedRotate (hash_e As Vector64(Of UInteger)) As Vector64(Of UInteger)