This repository contains the reference implementation of several cryptographic tools.
./build.sh
The build result will be available in the /build-*
directories.
- Kyber-ARM - Kyber ARM version
- Kyber-JNI - Kyber JNI native wrappers
- Kyber-Py - Kyber pybind11 wrappers
- Dilithium-ARM - Dilithium ARM version
- Dilithium-JNI - Dilithium JNI native wrappers
- Dilithium-Py - Dilithium pybind11 wrappers
- Blake3 - BLAKE3 JNI + Android + pybind11 wrappers (x86, arm32, aarch64)