crystal/README.md
2025-03-07 20:13:56 -05:00

16 lines
419 B
Markdown

# 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
```