Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.1 KB

Crates.io docs.rs Build Status Discord chat

ecc608-linux-rs

This library implements various elliptic curve cryptographic functions used by Helium Blockchain using the Microchip ATECC608 family. This includes creating keys for ECC types, signing messages, and configuring and locking the chip down for production use.

Using

Add a dependency to your projects Cargo.toml:

ecc608-linux-rs = "<version>"