Calypso Symmetric Crypto API (internal)

The Calypso Crypto Symmetric API is the communication interface between the Calypso Card and the Calypso Symmetric 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-symmetric-java-api:0.1.1")
implementation 'org.eclipse.keypop:keypop-calypso-crypto-symmetric-java-api:0.1.1'
<dependency>
    <groupId>org.eclipse.keypop</groupId>
    <artifactId>keypop-calypso-crypto-symmetric-java-api</artifactId>
    <version>0.1.1</version>
</dependency>

C++ implementation

Previous
Next