C# 클래스 Secp256k1.RIPEMD160

파일 보기 프로젝트 열기: TangibleCryptography/Secp256k1

공개 메소드들

메소드 설명
Hash ( byte data ) : byte[]
Hash ( string hexData ) : byte[]

메소드 상세

Hash() 공개 정적인 메소드

public static Hash ( byte data ) : byte[]
data byte
리턴 byte[]

Hash() 공개 정적인 메소드

public static Hash ( string hexData ) : byte[]
hexData string
리턴 byte[]