Closed 0140454 closed 9 months ago
Use correct instance for EDDSA operations based on the return value from get_ed_instance_param().
get_ed_instance_param()
Although ACVP_EDDSA_SUPPORTS_PREHASH is false in app_main.c, I thought sample app still can try to use proper instance based on test case.
ACVP_EDDSA_SUPPORTS_PREHASH
Thanks! I will run a test or two and report back. I should enable prehash in app_main soon anyway.
Works great, thanks a ton!
Use correct instance for EDDSA operations based on the return value from
get_ed_instance_param()
.Although
ACVP_EDDSA_SUPPORTS_PREHASH
is false in app_main.c, I thought sample app still can try to use proper instance based on test case.