Sha1 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 API는 CLS 규격이 아닙니다.
이 클래스는 내장 함수를 통해 ARM SHA1 하드웨어 명령에 대한 액세스 권한을 제공합니다.
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 |
이 클래스는 내장 함수를 통해 ARM SHA1 하드웨어 명령에 대한 액세스 권한을 제공합니다. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
FixedRotate(Vector64<UInt32>) |
uint32_t vsha1h_u32(uint32_t hash_e) A32: SHA1H.32 Qd, Qm A64: SHA1H Sd, Sn |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 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() |
현재 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) 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() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
.NET