Sha1 Class

Definition

Important

This API is not CLS-compliant.

This class provides access to the ARM SHA1 hardware instructions via intrinsics.

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

Properties

IsSupported

Methods

Equals(Object)

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

(Inherited from Object)
FixedRotate(Vector64<UInt32>)

uint32_t vsha1h_u32 (uint32_t hash_e)

A32: SHA1H.32 Qd, Qm

A64: SHA1H Sd, Sn

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
HashUpdateChoose(Vector128<UInt32>, Vector64<UInt32>, Vector128<UInt32>)

uint32x4_t vsha1cq_u32 (uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk)

A32: SHA1C.32 Qd, Qn, Qm

A64: SHA1C Qd, Sn, Vm.4S

HashUpdateMajority(Vector128<UInt32>, Vector64<UInt32>, Vector128<UInt32>)

uint32x4_t vsha1mq_u32 (uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk)

A32: SHA1M.32 Qd, Qn, Qm

A64: SHA1M Qd, Sn, Vm.4S

HashUpdateParity(Vector128<UInt32>, Vector64<UInt32>, Vector128<UInt32>)

uint32x4_t vsha1pq_u32 (uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk)

A32: SHA1P.32 Qd, Qn, Qm

A64: SHA1P Qd, Sn, Vm.4S

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ScheduleUpdate0(Vector128<UInt32>, Vector128<UInt32>, Vector128<UInt32>)

uint32x4_t vsha1su0q_u32 (uint32x4_t w0_3, uint32x4_t w4_7, uint32x4_t w8_11)

A32: SHA1SU0.32 Qd, Qn, Qm

A64: SHA1SU0 Vd.4S, Vn.4S, Vm.4S

ScheduleUpdate1(Vector128<UInt32>, Vector128<UInt32>)

uint32x4_t vsha1su1q_u32 (uint32x4_t tw0_3, uint32x4_t w12_15)

A32: SHA1SU1.32 Qd, Qm

A64: SHA1SU1 Vd.4S, Vn.4S

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to