Crates.io | p256-cortex-m4 |
lib.rs | p256-cortex-m4 |
version | 0.1.0-alpha.6 |
source | src |
created_at | 2021-03-21 03:26:51.155348 |
updated_at | 2021-12-31 18:51:56.951483 |
description | Idiomatic, misuse-resistent bindings to P256-Cortex-M4 |
homepage | |
repository | https://github.com/ycrypto/p256-cortex-m4 |
max_upload_size | |
id | 371554 |
size | 33,813 |
Idiomatic, misuse-resistant bindings for the glorious and ultra-fast P256-Cortex-M4 ECDH and ECDSA implementation.
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.
P256-Cortex-M4 is licensed under MIT, as are these bindings.