From 072c36ba842ad04e01b9504ebb93c529005abd25 Mon Sep 17 00:00:00 2001 From: kokke Date: Sun, 5 Nov 2017 03:04:18 +0100 Subject: [PATCH] Update ecdh.h --- ecdh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecdh.h b/ecdh.h index 4f06047..9eea796 100644 --- a/ecdh.h +++ b/ecdh.h @@ -88,7 +88,7 @@ int ecdh_generate_keys(uint8_t* public, uint8_t* private); -int ecdh_shared_secret(const uint8_t* private, const uint8_t* other_pub, uint8_t* output); +int ecdh_shared_secret(const uint8_t* private, const uint8_t* others_pub, uint8_t* output);