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.