mirror of
https://github.com/kmackay/micro-ecc.git
synced 2026-08-14 05:57:59 +00:00
Add note about asm includes.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user