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

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Computed bool
Corrupted bool
Length_High uint
Length_Low uint
Message_Block_Index int

Property Details

Computed public property

Is the digest computed?
public bool Computed
return bool

Corrupted public property

Is the message digest corruped?
public bool Corrupted
return bool

Length_High public property

Message length in bits
public uint Length_High
return uint

Length_Low public property

Message length in bits
public uint Length_Low
return uint

Message_Block_Index public property

Index into message block array
public int Message_Block_Index
return int