Emill / P256-cortex-ecdh

P256 ECDH for Cortex-M0 and Cortex-M4
BSD 2-Clause "Simplified" License
20 stars 5 forks source link

Support ECDSA #2

Open ezequieldonhauser opened 3 years ago

ezequieldonhauser commented 3 years ago

Hi Emill, your assembly implementation of P256 is very fast... incredible work :)

do you have some news about the "Future work" you mentioned on the description about the ECDSA? ...and again very cool work

Thanks!

Emill commented 3 years ago

Yes!

ECDSA is now available at https://github.com/Emill/P256-Cortex-M4 for Cortex-M4 and Cortex-M33. This also significantly increases keygen performance.