프로퍼티 | 타입 | 설명 | |
---|---|---|---|
fieldSize | int | ||
fingerPrintSize | int | ||
g | System.Numerics.BigInteger | ||
idSize | int | ||
my_md5 | |||
p | System.Numerics.BigInteger | ||
q | System.Numerics.BigInteger | ||
y | System.Numerics.BigInteger |
메소드 | 설명 | |
---|---|---|
Verify ( string id, string fingerPrint, string signature ) : bool | ||
deriveData ( string id, string fingerPrint ) : byte[] | ||
dsa_vrf ( System.Numerics.BigInteger h, System.Numerics.BigInteger r, System.Numerics.BigInteger s ) : bool | ||
hash ( |
public static Verify ( string id, string fingerPrint, string signature ) : bool | ||
id | string | |
fingerPrint | string | |
signature | string | |
리턴 | bool |
public static deriveData ( string id, string fingerPrint ) : byte[] | ||
id | string | |
fingerPrint | string | |
리턴 | byte[] |
public static dsa_vrf ( System.Numerics.BigInteger h, System.Numerics.BigInteger r, System.Numerics.BigInteger s ) : bool | ||
h | System.Numerics.BigInteger | |
r | System.Numerics.BigInteger | |
s | System.Numerics.BigInteger | |
리턴 | bool |
public static hash ( |
||
md5 | ||
id | string | |
h_size | int | |
리턴 | byte[] |
public static MD5CryptoServiceProvider,System.Security.Cryptography my_md5 | ||
리턴 |