Open dmw99 opened 17 hours ago
I realized that the secp384 and secp521 curve definitions aren't present because this reduction is just for signatures using p256. In that case I think the fix is just to delete the extern const
declarations for these curves, and remove where they are referenced inside the br_ecdsa_i31_vrfy_raw
method. Doing this got me working.
When attempting to build the demo on linux, I get
I get a similar error building on Windows. These structs just seem to lack a definition. I see where they are in BearSSL, so I'm going to try and just pull them over.