This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2642R: Bluetooth forum

Part Number: CC2642R


Hi, in the SDK v5.10, I can see that support for EDDSA has been present. 

https://software-dl.ti.com/simplelink/esd/simplelink_cc13x2_26x2_sdk/5.10.00.48/exports/docs/drivers/doxygen/html/_e_d_d_s_a_8h.html

We have a requirement on verifying the EDDSA signature on a large data ~300KB. We cannot go for a single shot verification operation due to the large data size. Just like SHA2 which supports partial calculations, whether EDDSA driver can support partial verification on a memory chunk and at the end, determine whether the verification is successful or not?