C# Класс NBitcoin.Crypto.DeterministicDSAExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Digest ( this digest ) : byte[]
DoFinal ( this hmac ) : byte[]
Update ( this hmac, byte input ) : void
Update ( this digest, byte input, int offset, int length ) : void

Описание методов

Digest() публичный статический Метод

public static Digest ( this digest ) : byte[]
digest this
Результат byte[]

DoFinal() публичный статический Метод

public static DoFinal ( this hmac ) : byte[]
hmac this
Результат byte[]

Update() публичный статический Метод

public static Update ( this hmac, byte input ) : void
hmac this
input byte
Результат void

Update() публичный статический Метод

public static Update ( this digest, byte input, int offset, int length ) : void
digest this
input byte
offset int
length int
Результат void