This repository is a fork of the original snarkjs project. The primary modification in this fork is the use of BLAKE2b as the hash function for the final beacon stage.
This fork was created to support the trusted setup ceremony for our zkTrue-up product. To ensure correct verification results, it is necessary to use this fork when verifying the ceremony.
- Hash Function: Replaced the default hash function with BLAKE2b for the final beacon stage.
The usage of this fork remains largely consistent with the original snarkjs project, with the primary difference being the hash function used in the final beacon stage. Users can refer to the original snarkjs documentation for general usage instructions.
This project is licensed under the same terms as the original snarkjs. See the COPYING file for details.