C# Class Org.BouncyCastle.Crypto.Digests.Sha512tDigest

Inheritance: LongDigest
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
DoFinal ( byte output, int outOff ) : int
GetDigestSize ( ) : int
Reset ( ) : void
Sha512tDigest ( Sha512tDigest t ) : System
Sha512tDigest ( int bitLength ) : System

Private Methods

Method Description
UInt32_To_BE ( uint n, byte bs, int off, int max ) : void
UInt64_To_BE ( ulong n, byte bs, int off, int max ) : void
tIvGenerate ( int bitLength ) : void

Method Details

DoFinal() public method

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
return int

GetDigestSize() public method

public GetDigestSize ( ) : int
return int

Reset() public method

public Reset ( ) : void
return void

Sha512tDigest() public method

public Sha512tDigest ( Sha512tDigest t ) : System
t Sha512tDigest
return System

Sha512tDigest() public method

public Sha512tDigest ( int bitLength ) : System
bitLength int
return System