Skip to content

zkSNARK implementation in JavaScript & WASM

License

Notifications You must be signed in to change notification settings

term-structure/snarkjs

 
 

Repository files navigation

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.

About

zkSNARK implementation in JavaScript & WASM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • Solidity 1.3%
  • EJS 1.1%