SveSm4.KeyUpdate(Vector<UInt32>, Vector<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.
public:
static System::Numerics::Vector<System::UInt32> KeyUpdate(System::Numerics::Vector<System::UInt32> value, System::Numerics::Vector<System::UInt32> constant);
public static System.Numerics.Vector<uint> KeyUpdate(System.Numerics.Vector<uint> value, System.Numerics.Vector<uint> constant);
static member KeyUpdate : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function KeyUpdate (value As Vector(Of UInteger), constant As Vector(Of UInteger)) As Vector(Of UInteger)