Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 537 Bytes

JC2pECDSA

A JavaCard implementation of two-party ECDSA.

Building the Applet

To build the applet, clone this repository with submodules, set your card type in the main applet file on line 10, and run:

./gradlew buildJavaCard

The resulting cap file can be found in applet/build/javacard/jc2pecdsa.cap.

Testing and performance measurement

Tests can be run using the following command.

./gradlew test