Crates.io | spawn-zk-snarks |
lib.rs | spawn-zk-snarks |
version | 0.1.3 |
source | src |
created_at | 2024-09-09 07:35:25.855105 |
updated_at | 2024-09-09 07:59:17.611158 |
description | zk-snarks in rust |
homepage | https://github.com/nzengi/spawn-zk-snarks |
repository | https://github.com/nzengi/spawn-zk-snarks |
max_upload_size | |
id | 1368934 |
size | 7,260 |
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.