#nist #signatures #cortex-m #signature #no-std

no-std p256-cortex-m4

Idiomatic, misuse-resistent bindings to P256-Cortex-M4

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 Mar 21, 2021

#759 in Embedded development

Download history 148/week @ 2023-12-11 29/week @ 2023-12-18 7/week @ 2023-12-25 9/week @ 2024-01-08 1/week @ 2024-01-15 15/week @ 2024-01-22 40/week @ 2024-01-29 20/week @ 2024-02-05 48/week @ 2024-02-12 42/week @ 2024-02-19 76/week @ 2024-02-26 86/week @ 2024-03-04 38/week @ 2024-03-11 87/week @ 2024-03-18 125/week @ 2024-03-25

338 downloads per month
Used in 4 crates (via trussed)

MIT license

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.7MB
~39K SLoC