From 3aaa6ac3e2e84e81ae4e805394d6dfab101b6437 Mon Sep 17 00:00:00 2001 From: kokke Date: Sun, 5 Nov 2017 04:04:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25ff3a3..9878ef7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### Tiny ECDH in C +### Tiny ECDH / ECC in C This is a small and portable implementation of the [Elliptic-Curve Diffie-Hellman key agreement algorithm](https://en.wikipedia.org/wiki/Elliptic-curve_Diffie%E2%80%93Hellman) written in C.