4 releases

0.1.3 Sep 9, 2024
0.1.2 Sep 9, 2024
0.1.1 Sep 9, 2024
0.1.0 Sep 9, 2024

#9 in #verification-key

Download history 268/week @ 2024-09-08 37/week @ 2024-09-15 1/week @ 2024-09-22 82/week @ 2024-09-29

388 downloads per month

MIT license

8KB
79 lines

spawn-zk-snarks

spawn-zk-snarks is a Rust library that provides a simple implementation of Zero-Knowledge Proofs (ZKPs). The library allows developers to generate and verify proofs using SHA-256 hash functions and random witnesses. It is designed to be a basic building block for projects that require privacy-preserving cryptographic proofs.

Features

  • Generate proving and verification keys
  • Create verifiable proofs for given witnesses
  • Verify proofs with the generated verification keys
  • Random witness generation
  • SHA-256 based hashing for proof validation

Dependencies

~755KB
~15K SLoC