From f9ae23e4b4f7e4ed9cd0035427699698737d8046 Mon Sep 17 00:00:00 2001 From: Ken MacKay Date: Mon, 5 Aug 2013 14:26:49 -0700 Subject: [PATCH] Added link to ecc64. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64aff73..172f51d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ micro-ecc ========== -A small ECDH and ECDSA implementation for 32-bit microcontrollers. +A small ECDH and ECDSA implementation for 32-bit microcontrollers. See [ecc64](https://github.com/kmackay/ecc64) for a 64-bit implementation. Features --------