diff --git a/ecdh_example.c b/ecdh_example.c index 6e67ba1..df5981e 100644 --- a/ecdh_example.c +++ b/ecdh_example.c @@ -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 */