Page 1 of 1

ECC cryptography on javacard

Posted: Sun Dec 18, 2016 11:11 pm
by Nutt1
In order to make full preparation for my next project, I have to learn ECC cryptography, ECDSA signature on javacard. Can somebody send me some code samples to help me start with it? Thanks a lot..

Re: ECC cryptography on javacard

Posted: Mon Dec 19, 2016 12:02 am
by Bob2002
Smart Card Bitcoin Wallet is a good example of how to use ECC algorithm.

Re: ECC cryptography on javacard

Posted: Mon Dec 19, 2016 1:48 am
by BrooksIQ
You may refer to ECC sample code in JavaCardOS wiki. It implements the basic function with ECC, e.g. generate keypair, sign and verify.
http://javacardos.com/wiki/index.php/ho ... y/ecc.html