mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-11 16:33:40 +08:00
first commit, SM2-DSA only
This commit is contained in:
4
crypto/rsa/rsa_locl.h
Normal file
4
crypto/rsa/rsa_locl.h
Normal file
@@ -0,0 +1,4 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user