diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2000-04-10 10:16:38 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2000-04-10 10:16:38 +0000 |
commit | 25f9f4858cc2fe31f36f18a1bfb88513e17e15d4 (patch) | |
tree | 82fd093607960714db117a6ca1cda98facd5df6a /lib/gnutls_dh.h | |
parent | 78975f75889530809b9bf5da5614eeff1214a15d (diff) | |
download | gnutls-25f9f4858cc2fe31f36f18a1bfb88513e17e15d4.tar.gz |
Added the basics for key exchange.
Diffstat (limited to 'lib/gnutls_dh.h')
-rw-r--r-- | lib/gnutls_dh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_dh.h b/lib/gnutls_dh.h new file mode 100644 index 0000000000..bdd5d74ece --- /dev/null +++ b/lib/gnutls_dh.h @@ -0,0 +1,2 @@ +MPI calc_dh_secret( MPI *ret_x ); +MPI calc_dh_key( MPI f, MPI x ); |