Page 1 of 1

How to get the verify value 'v' in ECDSA

Posted: Tue Aug 28, 2018 9:45 pm
by scplatform
Hello everybody,
I'd like to implement the ETH wallet with javacard, but the signature algorithm of ECDSA in Javacard just return the signature value (R,S), so how can i get the 'V'?

Re: How to get the verify value 'v' in ECDSA

Posted: Thu Aug 30, 2018 2:23 am
by DaHuFa
I think you should re-implement your ECDSA api.