Tachyon is a Modular ZK Backend, powered by GPU.
We're thrilled to have you become a part of our community!
If your passion for Tachyon matches ours, we extend a warm invitation for you to join our developer community on Telegram. Ask questions, share insights, or simply stay informed on Tachyon's newest updates with other developers and the original team through our Telegram group. We hope to see you there!
Thank you for your keen interest in contributing to Tachyon! ✨
- General Purpose: A versatile ZK library empowers developers to implement any proving scheme with minimal effort, often enhancing developer productivity. To create a general-purpose backend, aligning the code structure as closely as possible with the algebraic structure is paramount.
- Easy to Use: Achieving widespread adoption is essential for the success of any product. Consequently, one of the key focal points of the Tachyon project is to include offering packages for various programming languages and runtimes.
- Blazing Fast: Tachyon's foremost requirement is speed, and not just any speed, but blazing speed! This entails Tachyon delivering exceptional performance on both CPU and GPU platforms.
- GPU Interoperability: Tachyon's code is designed to be compatible with both CPU and GPU in the majority of scenarios.
Symbol Definitions:
- ✔️ Currently supported.
- 🏗️ Partially implemented or is under active construction.
- ❌ Not currently supported.
CPU | GPU | |
---|---|---|
BabyBear | ✔️ | ✔️ |
BinaryFields | ✔️ | ✔️ |
Goldilocks | ✔️ | ✔️ |
Mersenne-31 | ✔️ | ✔️ |
KoalaBear | ✔️ | ✔️ |
CPU | GPU | |
---|---|---|
BN254 | ✔️ | ✔️ |
BLS12-381 | ✔️ | ✔️ |
Secp256k1 | ✔️ | ✔️ |
Pallas | ✔️ | ✔️ |
Vesta | ✔️ | ✔️ |
CPU | GPU | |
---|---|---|
GWC | ✔️ | ✔️ |
SHPlonk | ✔️ | ✔️ |
FRI | ✔️ | ❌ |
Pedersen | ✔️ | ✔️ |
CPU | GPU | |
---|---|---|
Poseidon | ✔️ | ❌ |
Poseidon2 | ✔️ | ❌ |
CPU | GPU | |
---|---|---|
Radix2FFT | ✔️ | ✔️ |
MixedRadixFFT | ✔️ | ✔️ |
CPU | GPU | |
---|---|---|
Halo2 | ✔️ | ❌ |
CPU | GPU | |
---|---|---|
Groth16 | ✔️ | ✔️ |
Halo2 | ✔️ | ❌ |
CPU | GPU | |
---|---|---|
Circom(groth16) | ✔️ | ✔️ |
Halo2 | ✔️ | ❌ |
- 2024Q1 - Enable producing the zkEVM proof.
- 2024Q2 - Replace Halo2 with Tachyon in Kroma mainnet.
- 2024Q3a - Implement and optimize Plonky3 in Tachyon.
- 2024Q3b - Replace zkEVM with SP1 zkVM in Kroma mainnet.
Please follow the instructions here.
sudo apt install libgmp-dev libomp-dev
brew install gmp libomp
bazel build //...
bazel test //...
Check How To Build for more information.