P256-cortex-ecdh
P256-cortex-ecdh copied to clipboard
P256 ECDH for Cortex-M0 and Cortex-M4
I'm trying to adapt this project to the RISC-V platform, but RISC-V doesn't have overflow handling when computing. It means that the assembly on Cortex cannot be simply replaced and...
Hi Emil, first of all thanks a lot for releasing these nice UMAAL-based implementations of the base field of P256 under a permissive license! I'm building a Rust implementation of...
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?...
Hi Emil, Thank you for your work, the performance is great on Cortex-M0, the best I seen so far. I was wondering however if there's an easy way to implement...