Update ecdh.h

This commit is contained in:
kokke
2017-11-05 03:04:18 +01:00
committed by GitHub
parent 710e57a5ae
commit 072c36ba84

2
ecdh.h
View File

@@ -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);