From 9192bd6f560144499c54a02c0c2ca107decff9df Mon Sep 17 00:00:00 2001 From: Doug Hogan Date: Thu, 20 Dec 2018 02:09:33 -0800 Subject: Move ECDH functionality to a new file --- lib/crypto/c_src/ecdh.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/crypto/c_src/ecdh.h (limited to 'lib/crypto/c_src/ecdh.h') diff --git a/lib/crypto/c_src/ecdh.h b/lib/crypto/c_src/ecdh.h new file mode 100644 index 0000000000..1fe09a9117 --- /dev/null +++ b/lib/crypto/c_src/ecdh.h @@ -0,0 +1,8 @@ +#ifndef E_ECDH_H__ +#define E_ECDH_H__ 1 + +#include "common.h" + +ERL_NIF_TERM ecdh_compute_key_nif(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[]); + +#endif /* E_ECDH_H__ */ -- cgit v1.2.3