Skip to content

Commit a148ae4

Browse files
authored
Merge pull request #95 from d00616/arduino_library
Add Arduino library manager support.
2 parents 14222e0 + 7c781ed commit a148ae4

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Private keys are represented in the standard format.
2727

2828
I recommend just copying (or symlink) the uECC files into your project. Then just `#include "uECC.h"` to use the micro-ecc functions.
2929

30-
For use with Arduino, you can just create a symlink to the `uECC` directory in your Arduino `libraries` directory. You can then use uECC just like any other Arduino library (uECC should show up in the **Sketch**=>**Import Library** submenu).
30+
For use with Arduino, you can use the Library Manager to download micro-ecc (**Sketch**=>**Include Library**=>**Manage Libraries**). You can then use uECC just like any other Arduino library (uECC should show up in the **Sketch**=>**Import Library** submenu).
3131

3232
See uECC.h for documentation for each function.
3333

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=micro-ecc
2+
version=1.0.0
3+
author=Kenneth MacKay
4+
maintainer=Kenneth MacKay
5+
sentence=uECC
6+
paragraph=A small and fast ECDH and ECDSA implementation for 8-bit, 32-bit, and 64-bit processors.
7+
category=Other
8+
url=https://github.com/kmackay/micro-ecc
9+
architectures=*

0 commit comments

Comments
 (0)