| Crates.io | taproot-assets-zk-core |
| lib.rs | taproot-assets-zk-core |
| version | 0.0.1 |
| created_at | 2025-06-16 01:21:54.362504+00 |
| updated_at | 2025-06-16 01:21:54.362504+00 |
| description | Core traits, types, and logic for Taproot Assets zero-knowledge proofs |
| homepage | |
| repository | https://github.com/ffranr/taproot-assets-rs |
| max_upload_size | |
| id | 1713830 |
| size | 52,469 |
Core traits, types, and logic for Taproot Assets zero-knowledge proofs.
This crate defines the shared interfaces and data structures used by both ZK provers and verifiers in the Taproot Assets ecosystem. It is backend-agnostic and designed for integration with proof systems such as RISC Zero.
Add to your Cargo.toml:
taproot-assets-zk-core = { version = "0.0.1" }
MIT OR Apache-2.0
See LICENSE-MIT and LICENSE-APACHE for details.