bool silc_pkcs_verify(SilcPKCS pkcs, unsigned char *signature, SilcUInt32 signature_len, unsigned char *data, SilcUInt32 data_len);
Verifies signature. Returns FALSE on error. The 'signature' is verified against the 'data'.