Skip to content

ycrypto/p256-cortex-m4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.