Crates.io | nisty |
lib.rs | nisty |
version | 0.1.0-alpha.6 |
source | src |
created_at | 2019-12-21 23:28:53.702609 |
updated_at | 2021-03-14 03:14:36.473992 |
description | NIST P256 signatures for Cortex-M4 microcontrollers |
homepage | |
repository | https://github.com/nickray/nisty |
max_upload_size | |
id | 191316 |
size | 42,405 |
Sometimes NIST P256 signatures need to be used. This is an attempt to create a library that is misuse-resistant for that.
The intended targets are Cortex-M4 and Cortex-M33 microcontrollers.
As backend, we use micro-ecc, exposed via micro-ecc-sys.
Nisty is licensed under either of Apache License, Version 2.0 or MIT License at your option.
micro-ecc is licensed under BSD-2-Clause.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.