From c43bd453d1846bb1c4654c2124a3e4bd245bac14 Mon Sep 17 00:00:00 2001 From: Ken MacKay Date: Thu, 6 Jun 2013 21:46:38 -0700 Subject: [PATCH] Added note about function documentation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f3c92d..6cc1f70 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ You can use the `makekeys` program in the `apps` directory to generate keys (on I recommend just copying (or symlink) ecc.h and ecc.c into your project. Then just `#include "ecc.h"` to use the micro-ecc functions. +See ecc.h for documentation for each function. + Speed and Size --------------