Language

Sha3 Class

Definition

Important

This API is not CLS-compliant.

public ref class Sha3 abstract : System::Runtime::Intrinsics::Arm::ArmBase
[System.CLSCompliant(false)]
public abstract class Sha3 : System.Runtime.Intrinsics.Arm.ArmBase
[<System.CLSCompliant(false)>]
type Sha3 = class
    inherit ArmBase
Public MustInherit Class Sha3
Inherits ArmBase
Inheritance
Attributes

Properties

Name Description
IsSupported

Methods

Name Description
BitwiseClearXor(Vector128<Byte>, Vector128<Byte>, Vector128<Byte>)
BitwiseClearXor(Vector128<Int16>, Vector128<Int16>, Vector128<Int16>)
BitwiseClearXor(Vector128<Int32>, Vector128<Int32>, Vector128<Int32>)
BitwiseClearXor(Vector128<Int64>, Vector128<Int64>, Vector128<Int64>)
BitwiseClearXor(Vector128<SByte>, Vector128<SByte>, Vector128<SByte>)
BitwiseClearXor(Vector128<UInt16>, Vector128<UInt16>, Vector128<UInt16>)
BitwiseClearXor(Vector128<UInt32>, Vector128<UInt32>, Vector128<UInt32>)
BitwiseClearXor(Vector128<UInt64>, Vector128<UInt64>, Vector128<UInt64>)
BitwiseRotateLeftBy1AndXor(Vector128<UInt64>, Vector128<UInt64>)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
Xor(Vector128<Byte>, Vector128<Byte>, Vector128<Byte>)
Xor(Vector128<Int16>, Vector128<Int16>, Vector128<Int16>)
Xor(Vector128<Int32>, Vector128<Int32>, Vector128<Int32>)
Xor(Vector128<Int64>, Vector128<Int64>, Vector128<Int64>)
Xor(Vector128<SByte>, Vector128<SByte>, Vector128<SByte>)
Xor(Vector128<UInt16>, Vector128<UInt16>, Vector128<UInt16>)
Xor(Vector128<UInt32>, Vector128<UInt32>, Vector128<UInt32>)
Xor(Vector128<UInt64>, Vector128<UInt64>, Vector128<UInt64>)
XorRotateRight(Vector128<UInt64>, Vector128<UInt64>, Byte)

Applies to