spawn-zk-snarks

Crates.iospawn-zk-snarks
lib.rsspawn-zk-snarks
version0.1.3
sourcesrc
created_at2024-09-09 07:35:25.855105
updated_at2024-09-09 07:59:17.611158
descriptionzk-snarks in rust
homepagehttps://github.com/nzengi/spawn-zk-snarks
repositoryhttps://github.com/nzengi/spawn-zk-snarks
max_upload_size
id1368934
size7,260
(nzengi)

documentation

https://docs.rs/zk-snarks

README

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
Commit count: 0

cargo fmt