-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for alternative modular exponentiation #1090
Comments
Hi @TrinityTonic Thank you for raising this issue. |
ARM Internal Ref: IOTSSL-1750 |
Hi @TrinityTonic We have released version 2.7.0, which has support for alternative ECDSA functionality ( sign, verify and generate key pair), alternative ECDH functionality( for generating public and computing shared secret), and alternative functionalities for RSA. Note it also support alternative ECP. |
Thanks for the notification @RonEld. I'll try to evaluate the new features in mbedtls-2.7.0 as soon as possible and will let you know. |
Hi Ron, |
Mbedtls 3.5.0rc0 pr DO NOT MERGE
Add support for alternative modular exponentiation
Enhancement\Feature Request
Nowadays some available crypto cores can accelerate modular exponentiation. Right now the mbedTLS library does not support replacement of its native modular exponentiatiation method in bignum.c. Supporting replacement of mbed_tls_mod_exp would make some things easier when integrating a hardware exponentiation core.
The text was updated successfully, but these errors were encountered: