diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-06-16 22:41:17 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-06-16 22:41:17 +0000 |
commit | b915dd6188f03da709a9f0be6684e0b5d137bdc2 (patch) | |
tree | af014be8b3aa51492c831485e16cd9ddacb2580d /lib/gnutls_pk.h | |
parent | 549279f8d2f32acd54699cccbf1e3ace9e0da515 (diff) | |
download | gnutls-b915dd6188f03da709a9f0be6684e0b5d137bdc2.tar.gz |
some support for public key encryption (rsa)
Diffstat (limited to 'lib/gnutls_pk.h')
-rw-r--r-- | lib/gnutls_pk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_pk.h b/lib/gnutls_pk.h new file mode 100644 index 0000000000..bcb0c5243a --- /dev/null +++ b/lib/gnutls_pk.h @@ -0,0 +1,2 @@ +int _gnutls_pk_encrypt(enum gcry_pk_algos algo, MPI * resarr, MPI data, MPI * pkey); + |