Sha1 类

定义

重要

此 API 不符合 CLS。

此类通过内部函数提供对 ARM SHA1 硬件指令的访问。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
继承
属性

属性

IsSupported

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
FixedRotate(Vector64<UInt32>)

uint32_t vsha1h_u32 (uint32_t hash_e)uint32_t vsha1h_u32 (uint32_t hash_e)

A32:SHA1H.32 Qd、QmA32: SHA1H.32 Qd, Qm

A64:SHA1H Sd、SnA64: SHA1H Sd, Sn

GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
HashUpdateChoose(Vector128<UInt32>, Vector64<UInt32>, Vector128<UInt32>)

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

A32:SHA1C.32 Qd、Qn、QmA32: SHA1C.32 Qd, Qn, Qm

A64:SHA1C Qd、Sn、Vm.4SA64: 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)uint32x4_t vsha1mq_u32 (uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk)

A32:SHA1M.32 Qd、Qn、QmA32: SHA1M.32 Qd, Qn, Qm

A64:SHA1M Qd、Sn、Vm.4SA64: 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)uint32x4_t vsha1pq_u32 (uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk)

A32:SHA1P.32 Qd、Qn、QmA32: SHA1P.32 Qd, Qn, Qm

A64:SHA1P Qd、Sn、Vm.4SA64: SHA1P Qd, Sn, Vm.4S

MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ScheduleUpdate0(Vector128<UInt32>, Vector128<UInt32>, Vector128<UInt32>)

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

A32:SHA1SU0.32 Qd、Qn、QmA32: SHA1SU0.32 Qd, Qn, Qm

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

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

uint32x4_t vsha1su1q_u32 (uint32x4_t tw0_3, uint32x4_t w12_15)uint32x4_t vsha1su1q_u32 (uint32x4_t tw0_3, uint32x4_t w12_15)

A32:SHA1SU1.32 Qd、QmA32: SHA1SU1.32 Qd, Qm

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

ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于