Search found 1 match

by boulevard
Fri Apr 28, 2023 6:22 am
Forum: ESP-IDF
Topic: Signature verify seems SLOW with ECDSA and mbedtls
Replies: 3
Views: 5102

Re: Signature verify seems SLOW with ECDSA and mbedtls

Hi there, I'm using ECDSA in MbedTLS on my esp32, and it is very slow too. I use curve P-256(also known as secp256r1), enable compiler optimisation level to performance (-O2), set the CPU frequency to 240MHz, but it still needs approximately 2s to verify the signature. Can you tell me what elliptic ...