Add integration of Javacard SDKs

This commit is contained in:
Liz Cray
2025-03-07 20:13:56 -05:00
parent 61ca427119
commit e3d20676f3
5 changed files with 30 additions and 3 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Crystal
Running Post-Quantum Cryptography (Kyber) on [JavaCard 2.2.1](https://www.cardlogix.com/product/cardlogix-credentsys-lite-java-card-72k/)
## Setup
This requires JDK 11 and Apache Ant to be installed with their environment variables set and `bin` directories added to the environment's `PATH`.
Run this to setup the SDK environment:
```bash
git submodule update --init --recursive
souce env
ant setup
```