add rsa_get_size()

This commit is contained in:
Steffen Jaeckel
2013-09-03 14:24:14 +02:00
parent fb65cd0772
commit 73c201da1f
2 changed files with 44 additions and 0 deletions
+2
View File
@@ -51,6 +51,8 @@ typedef struct Rsa_key {
int rsa_make_key(prng_state *prng, int wprng, int size, long e, rsa_key *key);
int rsa_get_size(rsa_key *key);
int rsa_exptmod(const unsigned char *in, unsigned long inlen,
unsigned char *out, unsigned long *outlen, int which,
rsa_key *key);