Description
Checks the digital signature of data using the ECC160 cryptographic algorithm.
Syntax
public static unsafe Status GrdVerifyDigest(byte[] publicKey, byte[] data, byte[] signResult)
Parameters
publicKey | Pointer to a buffer with a public key. Each feature has its own public key. It is specified in the Guardant Station interface, "Features" section on the page of a specific feature |
data | Data buffer which signature needs to be verified |
signResult | Digital signature buffer |