ecc608-linux 0.1.0

A library for accessing the ECC608 chip on Linux
Documentation

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>"