User Activity

 I am currently developing with SPC5STUDIO and want to verify a signed message using ECDSA.To do this, I am studying the example in ecc.h.When I ran the example code:retval = ECCinitEC(&ECparams, &mb);retval = ECCinitPoint(&G, &ECparams, &mb);retval ...