Crates.io | ecc608-linux |
lib.rs | ecc608-linux |
version | 0.2.3 |
source | src |
created_at | 2021-05-26 13:35:25.879246 |
updated_at | 2023-09-13 20:18:17.821124 |
description | A library for accessing the ECC608 chip on Linux |
homepage | |
repository | https://github.com/helium/ecc608-linux-rs |
max_upload_size | |
id | 402283 |
size | 59,990 |
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.
Add a dependency to your projects Cargo.toml
:
ecc608-linux-rs = "<version>"