From 406aef7b89526c7c9b05e7084f1b5dd73384a8ed Mon Sep 17 00:00:00 2001 From: Ken MacKay Date: Mon, 5 May 2014 07:47:28 -0700 Subject: [PATCH] Add note about asm includes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0c8926..8d1caf8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Private keys are represented in the standard format. #### Using the Code #### -I recommend just copying (or symlink) uECC.h and uECC.c into your project. Then just `#include "uECC.h"` to use the micro-ecc functions. +I recommend just copying (or symlink) uECC.h, uECC.c, and the appropriate asm\_<arch>\_.inc (if any) into your project. Then just `#include "uECC.h"` to use the micro-ecc functions. See uECC.h for documentation for each function.