From c416bbb78f20d5b1bf02e22bdb71d19af5575e9c Mon Sep 17 00:00:00 2001 From: kokke Date: Tue, 21 Nov 2017 02:58:11 +0100 Subject: [PATCH] Update ecdh_example.c --- ecdh_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */