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: 2 months ago
JSON representation
NIST P-256 signatures for Cortex-M4 microcontrollers
- Host: GitHub
- URL: https://github.com/ycrypto/nisty
- Owner: ycrypto
- License: apache-2.0
- Created: 2019-12-21T19:20:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T03:14:12.000Z (almost 4 years ago)
- Last Synced: 2024-05-21T13:54:01.625Z (8 months ago)
- Topics: cortex-m4, nist, p-256, rust, signatures
- Language: Rust
- Homepage: https://docs.rs/nisty
- Size: 36.1 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-cryptography-rust - nisty - 256 signatures for Cortex-M4 microcontrollers. (Cryptography / Digital Signature)
README
nisty
NIST P256 signatures for Cortex-M4 microcontrollers
## 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.