mirror of
https://github.com/kmackay/micro-ecc.git
synced 2026-06-05 21:14:51 +00:00
Add Arduino library manager support.
This commit is contained in:
@@ -27,7 +27,7 @@ Private keys are represented in the standard format.
|
||||
|
||||
I recommend just copying (or symlink) the uECC files into your project. Then just `#include "uECC.h"` to use the micro-ecc functions.
|
||||
|
||||
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).
|
||||
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).
|
||||
|
||||
See uECC.h for documentation for each function.
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
name=micro-ecc
|
||||
version=1.0.0
|
||||
author=Kenneth MacKay
|
||||
maintainer=Kenneth MacKay
|
||||
sentence=uECC
|
||||
paragraph=A small and fast ECDH and ECDSA implementation for 8-bit, 32-bit, and 64-bit processors.
|
||||
category=Other
|
||||
url=https://github.com/kmackay/micro-ecc
|
||||
architectures=*
|
||||
Reference in New Issue
Block a user