Свойство | Тип | Описание | |
---|---|---|---|
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 BigInteger,System.Numerics g | ||
Результат | System.Numerics.BigInteger |
public static MD5CryptoServiceProvider,System.Security.Cryptography my_md5 | ||
Результат |
public static BigInteger,System.Numerics p | ||
Результат | System.Numerics.BigInteger |
public static BigInteger,System.Numerics q | ||
Результат | System.Numerics.BigInteger |