3 releases
0.1.0-alpha.6 | Dec 31, 2021 |
---|---|
0.1.0-alpha.5 | May 2, 2021 |
0.1.0-alpha.4 | Mar 25, 2021 |
0.1.0-alpha.3 |
|
#1669 in Embedded development
179 downloads per month
Used in 4 crates
(via trussed)
33KB
561 lines
p256-cortex-m4
Fast NIST P256 signatures for Cortex-M4 microcontrollers
What is this?
Idiomatic, misuse-resistant bindings for the glorious and ultra-fast P256-Cortex-M4 ECDH and ECDSA implementation.
Building / Usage
On platforms other than Cortex-M4 and Cortex-M33, the implementation from p256
is re-used, with the same (simplified) API.
If this fallback is not desired, deactivate the non-cortex-m4-fallback
feature.
License
P256-Cortex-M4 is licensed under MIT, as are these bindings.
Dependencies
~0.6–1.6MB
~38K SLoC