-
Notifications
You must be signed in to change notification settings - Fork 270
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
ESP32C3 RISCV Support #654
Comments
Which version of rust-secp256k1 are you using? Have you made any modifications to the library (e.g. to change or remove the C code we're binding to)? Are you able to measure how much memory is being allocated? Can you try enabling the |
My current dependencies are
|
Can you attach any debugger to it? Try stepping through |
Let me try that I will get back to you |
Hi!
I am try to use secpk2561 library on RISCV ESP32C3 board and I keep getting this error and then the board just disconnects. The issue is whenever
let secp = Secp256k1::new();
is called like in the board below:Here is the error I am getting - https://gist.github.com/448-OG/9fd2ad60c535da95c5cec444c4a2b153
If I use the rust k256 crate to try and do this it works fine, so I am guessing it is somewhere in the FFI for secp256k1 but I need some some help
The text was updated successfully, but these errors were encountered: