C# 클래스 NBitcoin.Crypto.DeterministicDSAExtensions

파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 메소드들

메소드 설명
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