Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ycrypto/nisty

NIST P-256 signatures for Cortex-M4 microcontrollers
https://github.com/ycrypto/nisty

cortex-m4 nist p-256 rust signatures

Last synced: 22 days ago
JSON representation

NIST P-256 signatures for Cortex-M4 microcontrollers

Lists

README

        

nisty




NIST P256 signatures for Cortex-M4 microcontrollers





Crates.io version



API documentation



CI status

## What is this?

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][micro-ecc], exposed via [micro-ecc-sys][micro-ecc-sys].

[micro-ecc]: https://github.com/kmackay/micro-ecc
[micro-ecc-sys]: https://crates.io/crates/micro-ecc-sys

#### License

Nisty is licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT License](LICENSE-MIT) at your option.
micro-ecc is licensed under [BSD-2-Clause](https://github.com/kmackay/micro-ecc/blob/master/LICENSE.txt).


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.