C# Class NBitcoin.Crypto.DeterministicDSAExtensions

Mostra file Open project: Nethereum/Nethereum

Public Methods

Method Description
Digest ( this digest ) : byte[]
DoFinal ( this hmac ) : byte[]
Update ( this hmac, byte input ) : void
Update ( this digest, byte input, int offset, int length ) : void

Method Details

Digest() public static method

public static Digest ( this digest ) : byte[]
digest this
return byte[]

DoFinal() public static method

public static DoFinal ( this hmac ) : byte[]
hmac this
return byte[]

Update() public static method

public static Update ( this hmac, byte input ) : void
hmac this
input byte
return void

Update() public static method

public static Update ( this digest, byte input, int offset, int length ) : void
digest this
input byte
offset int
length int
return void