Crates.io | boojum-cuda |
lib.rs | boojum-cuda |
version | 0.1.0 |
source | src |
created_at | 2024-07-08 06:53:13.249706 |
updated_at | 2024-07-08 06:53:13.249706 |
description | Boojum-CUDA is a library implementing GPU-accelerated cryptographic functionality for the zkSync prover |
homepage | https://zksync.io/ |
repository | https://github.com/matter-labs/era-boojum-cuda |
max_upload_size | |
id | 1295427 |
size | 772,286 |
zkSync Era is a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum without compromising on security or decentralization. Since it's EVM compatible (Solidity/Vyper), 99% of Ethereum projects can redeploy without refactoring or re-auditing a single line of code. zkSync Era also uses an LLVM-based compiler that will eventually let developers write smart contracts in C++, Rust and other popular languages.
Boojum-CUDA is a library implementing GPU-accelerated cryptographic functionality for the zkSync prover.
Prerequisites:
By default, the CUDA code is compiled for the GPU that is present in the system. If there is no GPU in the system or
another architecture is desired, the environment variable CUDAARCHS
can be set to the desired architecture.
See https://cmake.org/cmake/help/latest/variable/CMAKE_CUDA_ARCHITECTURES.html.
zkSync Era is distributed under the terms of either
at your option.
zkSync Era has been through lots of testing and audits. Although it is live, it is still in alpha state and will go through more audits and bug bounties programs. We would love to hear our community's thoughts and suggestions about it! It is important to state that forking it now can potentially lead to missing important security updates, critical features, and performance improvements.