| Crates.io | zk_coinjoin_lib |
| lib.rs | zk_coinjoin_lib |
| version | 1.0.6-beta |
| created_at | 2025-01-17 09:54:03.970045+00 |
| updated_at | 2025-07-05 10:45:50.98902+00 |
| description | ZK Proof library for Coinjoin |
| homepage | https://www.arealayer.net/projects |
| repository | https://github.com/AreaLayer/zk-proof-rust |
| max_upload_size | |
| id | 1520483 |
| size | 76,692 |
Beta software, use with caution for production
ZK Proof Library for Coinjoin transactions
The ZK Proof Coinjoin Library is a Rust-based implementation designed to facilitate privacy-preserving Coinjoin transactions. Utilizing advanced cryptographic techniques, including zero-knowledge proofs (zk-SNARKs), this library aims to enhance the privacy and security of Bitcoin transactions by enabling multiple users to combine their coins into a single transaction without revealing their individual inputs.
This library is suitable for developers looking to implement Coinjoin functionality in their Bitcoin applications, enabling users to enhance their privacy during transactions. It can be utilized in wallets, payment processors, and other Bitcoin-related applications.
To start using the ZK Proof SDK, add it to your Cargo.toml:
[dependencies]
zk_coinjoin_lib = "1.0.5-beta"