Sha1.FixedRotate(Vector64<UInt32>) 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.
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)
Parameters
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.