Hi, in the SDK v5.10, I can see that support for EDDSA has been present.
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?