C# 클래스 CSPspEmu.Core.Crypto.Crypto.SHA1Context

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
Computed bool
Corrupted bool
Length_High uint
Length_Low uint
Message_Block_Index int

프로퍼티 상세

Computed 공개적으로 프로퍼티

Is the digest computed?
public bool Computed
리턴 bool

Corrupted 공개적으로 프로퍼티

Is the message digest corruped?
public bool Corrupted
리턴 bool

Length_High 공개적으로 프로퍼티

Message length in bits
public uint Length_High
리턴 uint

Length_Low 공개적으로 프로퍼티

Message length in bits
public uint Length_Low
리턴 uint

Message_Block_Index 공개적으로 프로퍼티

Index into message block array
public int Message_Block_Index
리턴 int