Update ecdh_example.c

This commit is contained in:
kokke
2017-11-21 02:58:11 +01:00
committed by GitHub
parent cd38ed48f0
commit c416bbb78f

View File

@@ -19,7 +19,7 @@
T = S = the new shared secret.
Pseudo-random number generator inspired from: http://burtleburtle.net/bob/rand/smallprng.html
Pseudo-random number generator inspired / stolen from: http://burtleburtle.net/bob/rand/smallprng.html
*/