Calypso Asymmetric Crypto API (internal)

The Calypso Crypto Asymmetric API is the communication interface between the Calypso Card and the Calypso Asymmetric Crypto libraries.


Java implementation

All deliverables are available directly from the Maven Central Repository or by using one of the project resource managers below:

implementation("org.eclipse.keypop:keypop-calypso-crypto-asymmetric-java-api:0.2.0")
implementation 'org.eclipse.keypop:keypop-calypso-crypto-asymmetric-java-api:0.2.0'
<dependency>
    <groupId>org.eclipse.keypop</groupId>
    <artifactId>keypop-calypso-crypto-asymmetric-java-api</artifactId>
    <version>0.2.0</version>
</dependency>

C++ implementation

Previous