Hi Champ,
I am asking for my customer, they are looking into our optimized ecdsa example (ecdsa_test_ex16).
In the example, there is a buffer declared with u32 test_workzone[4096], and user would only use verify NIST 256 and NIST 384 function.
(1). Can the workzone allocation be adjusted to the lengths used by NIST256 or NIST384 ? What does the workzone do for ?
(2). If yes, what is the length that can be adjusted for each ? NIST256 u32 test_workzone[?] & NIST384 u32 test_workzone[?]
(3). Continue to the second question, after modifying the workzone buffer size, any relevant code for the 256 and 384 needed to change ? If yes, would the expert explicitly share how ?
Thanks and regards,
Johnny