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
I'm working on porting the secp256k1 implementation to the ESP32S3 microcontroller, which uses the Xtensa architecture. I'm seeking advice on the following:
Strategies for adapting the existing secp256k1 Rust implementation to the Xtensa architecture.
Potential performance optimizations for running secp256k1 on a resource-constrained device like ESP32S3.
Memory usage considerations and optimization techniques for this specific use case.
Handling of any architecture-specific challenges that might arise.
Specific questions:
Are there any known issues with running the current secp256k1 implementation on non-standard architectures like Xtensa?
What modifications, if any, might be necessary to ensure optimal performance on ESP32S3?
Are there any ESP32S3-specific features we should be aware of that could benefit (or hinder) the secp256k1 implementation?
Any guidance, examples, or resources you could provide would be immensely helpful. Thank you for your expertise and support!
The text was updated successfully, but these errors were encountered:
I have already completed the implementation of secp256k1 on ARM.,I'm encountering compatibility issues with secp256k1 while linking a Rust static library for ESP32. and I found the following message: 'c928380082b86401-secp256k1.o: file format not recognized'.
Dear RustCrypto team,
I'm working on porting the secp256k1 implementation to the ESP32S3 microcontroller, which uses the Xtensa architecture. I'm seeking advice on the following:
Specific questions:
Any guidance, examples, or resources you could provide would be immensely helpful. Thank you for your expertise and support!
The text was updated successfully, but these errors were encountered: