Sha3.XorRotateRight 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.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> XorRotateRight(System::Runtime::Intrinsics::Vector128<System::UInt64> left, System::Runtime::Intrinsics::Vector128<System::UInt64> right, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<ulong> XorRotateRight(System.Runtime.Intrinsics.Vector128<ulong> left, System.Runtime.Intrinsics.Vector128<ulong> right, byte count);
static member XorRotateRight : System.Runtime.Intrinsics.Vector128<uint64> * System.Runtime.Intrinsics.Vector128<uint64> * byte -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function XorRotateRight (left As Vector128(Of ULong), right As Vector128(Of ULong), count As Byte) As Vector128(Of ULong)
Parameters
- count
- Byte