You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to parametrize embedded-tls to allow replacing software crypto with hardware implementation. This would be a giant perf win on certain MCUs, however, this seems quite a big overhaul.
This would be a good feature to have. I forget the context but I recall difficulties when I tried to use the STM hardware PKA for the RustCrypto traits.
For reference, I previously measured this for p256-cm4 on a STM32WL.
We should be able to parametrize embedded-tls to allow replacing software crypto with hardware implementation. This would be a giant perf win on certain MCUs, however, this seems quite a big overhaul.
We could probably base the API around https://github.com/RustCrypto/traits
The text was updated successfully, but these errors were encountered: