Add note about asm includes.

This commit is contained in:
Ken MacKay
2014-05-05 07:47:28 -07:00
parent 57636a7bfa
commit 406aef7b89
+1 -1
View File
@@ -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.