-
Notifications
You must be signed in to change notification settings - Fork 67
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
Any plan to add the BN_MONT_CTX family of functions? #362
Comments
I am having issue with this also. Speculos fails to implement It is quite an inconvenience not being able to test with Speculos the apps that use these functions. The OpenSSL library that is part of Speculos comes with functions like |
It looks like someone has done some work on this already: https://github.com/LedgerHQ/cylib/blob/master/wrappers/bolos/cy_wrap_fp_bolos.c https://github.com/LedgerHQ/cylib/blob/master/tests/cy_test_mulmontgomery.c Can some of this code be used for inspiration? |
I think they would help speed up some custom ECC functions.
The text was updated successfully, but these errors were encountered: