Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 571 Bytes

JCPreECDSA

A JavaCard implementation of two-party ECDSA with trusted precomputation.

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/jcpreecdsa.cap.

Testing and performance measurement

Tests can be run using the following command.

./gradlew test