Tachyon is a Modular ZK Backend, powered by GPU.
- 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 |
bn254 |
✔️ |
✔️ |
bls12-381 |
✔️ |
✔️ |
secp256k1 |
✔️ |
✔️ |
|
CPU |
GPU |
GWC |
✔️ |
🏗️ |
SHPlonk |
✔️ |
🏗️ |
FRI |
✔️ |
❌ |
Pedersen |
✔️ |
❌ |
|
CPU |
GPU |
Groth16 |
✔️ |
❌ |
Halo2 |
✔️ |
❌ |
|
CPU |
GPU |
Circom |
🏗️ |
❌ |
Halo2 |
✔️ |
❌ |
Please follow the instructions here.
sudo apt install libgmp-dev libomp-dev
bazel build --config {os} //...
bazel test --config {os} //...
Check How To Build for more information.