Hi,
As you know that the casper example in SDK package only demos the basic ECC calculation:
(Xresult,Yresult)=scaler*(X,Y);
The example dose not provide the ECC signature and verification example.
You have to refer to mbedtls example, which marks "
CASPER HW accelerated"
it means that the casper is involved to compute.
Hope it can help you
BR
XiangJun Rong