summaryrefslogtreecommitdiffstats
path: root/include/mincrypt/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mincrypt/rsa.h')
-rw-r--r--include/mincrypt/rsa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mincrypt/rsa.h b/include/mincrypt/rsa.h
index d7429fc..cc0e800 100644
--- a/include/mincrypt/rsa.h
+++ b/include/mincrypt/rsa.h
@@ -48,7 +48,8 @@ typedef struct RSAPublicKey {
int RSA_verify(const RSAPublicKey *key,
const uint8_t* signature,
const int len,
- const uint8_t* sha);
+ const uint8_t* hash,
+ const int hash_len);
#ifdef __cplusplus
}