Skip to content

JavaCard implementation of Ed25519 signature algorithm for smartcards that do not support EdDSA algorithm introduced in JavaCard API version 3.1.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE-template
Notifications You must be signed in to change notification settings

dufkan/JCEd25519

Repository files navigation

JCEd25519

JCEd25519 is a JavaCard implementation of Ed25519 signing using public JavaCard API.

The implementation uses (modified) JCMathLib library to perform necessary operations like EC and BigInt arithmetic. And in case SHA512 is not supported by given JavaCard, its software re-implementation is used.

Structure of this repository is based on JavaCard Gradle Template.

Usage

  • Clone this repository
git clone --recursive https://github.com/dufkan/JCEd25519
  • Build the applet
./gradlew buildJavaCard  --info --rerun-tasks

APDU

TODO

About

JavaCard implementation of Ed25519 signature algorithm for smartcards that do not support EdDSA algorithm introduced in JavaCard API version 3.1.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE-template

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages