C# Class CSPspEmu.Core.Crypto.Crypto.SHA1Context

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
Computed bool
Corrupted bool
Length_High uint
Length_Low uint
Message_Block_Index int

Property Details

Computed public_oe property

Is the digest computed?
public bool Computed
Résultat bool

Corrupted public_oe property

Is the message digest corruped?
public bool Corrupted
Résultat bool

Length_High public_oe property

Message length in bits
public uint Length_High
Résultat uint

Length_Low public_oe property

Message length in bits
public uint Length_Low
Résultat uint

Message_Block_Index public_oe property

Index into message block array
public int Message_Block_Index
Résultat int