87f37bc5a3
-Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around
4 lines
178 B
C
4 lines
178 B
C
extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
|
|
unsigned char *rm, size_t *prm_len,
|
|
const unsigned char *sigbuf, size_t siglen,
|
|
RSA *rsa);
|