From ee88dd075a03093efcc74fffffcdaa191ccab454 Mon Sep 17 00:00:00 2001 From: Ken MacKay Date: Sun, 26 Jan 2014 22:29:07 -0800 Subject: [PATCH] Changed ecc64 link to point to easy-ecc. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index e0b01e7..3a6fe91 100644 --- a/index.md +++ b/index.md @@ -6,7 +6,7 @@ layout: default micro-ecc ========== -A small ECDH and ECDSA implementation for 32-bit microcontrollers. See [ecc64](http://kmackay.ca/ecc64) for a 64-bit implementation. +A small ECDH and ECDSA implementation for 32-bit microcontrollers. See [easy-ecc](https://github.com/kmackay/easy-ecc) for a fast and secure pure-C implementation for \*nix and Windows. Features --------