Skip to content
forked from iden3/snarkjs

zkSNARK implementation in JavaScript & WASM

License

Notifications You must be signed in to change notification settings

BitVM/snarkjs-blake3

 
 

Repository files navigation

A fork of snarkjs for BitVM experiments

This is a fork of iden3/snarkjs, with the following changes.

  • it uses Blake3 instead of Keccak for the transcript of fflonk.
  • it allows fflonk to use dummy, fixed randomness given an environment variable USE_FIXED_RANDOMNESS=1, which is to facilitate testing.

Please refer to the original snarkjs for the detailed information. Credits should go to snarkjs, as our modifications are minor.

License

Since snarkjs is part of the iden3 project, under copyright 2018 0KIMS association, and published with GPL-3 license.

This repository therefore conforms to the requirements of GPL-3. Please refer to the original repository for copyright information.

About

zkSNARK implementation in JavaScript & WASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Other 1.7%