Reference implementation of the cryptographic operations in the SPXP specification version 0.3.
It can either be used to validate custom implementations or used as-is in your open source or commercial projects.
This release is published to Maven Central. You can simply use the following dependency in your POM files:
<dependency>
<groupId>org.spxp</groupId>
<artifactId>spxp-crypto-sdk</artifactId>
<version>0.3</version>
</dependency>
This release includes native binaries of the SpxpCryptoTool for the Linux, MacOS and Windows platforms, built with GraalVM for your convenience. You can find these below. A plain java version of this tool is available on Maven Central as well.