Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.11 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.11 KB

snarkjs Fork

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.

Purpose

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.

Key Changes

  • Hash Function: Replaced the default hash function with BLAKE2b for the final beacon stage.

Usage

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.

License

This project is licensed under the same terms as the original snarkjs. See the COPYING file for details.