taproot-assets-zk-core

Crates.iotaproot-assets-zk-core
lib.rstaproot-assets-zk-core
version0.0.1
created_at2025-06-16 01:21:54.362504+00
updated_at2025-06-16 01:21:54.362504+00
descriptionCore traits, types, and logic for Taproot Assets zero-knowledge proofs
homepage
repositoryhttps://github.com/ffranr/taproot-assets-rs
max_upload_size
id1713830
size52,469
(ffranr)

documentation

README

taproot-assets-zk-core

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.

Usage

Add to your Cargo.toml:

taproot-assets-zk-core = { version = "0.0.1" }

License

MIT OR Apache-2.0

See LICENSE-MIT and LICENSE-APACHE for details.

Commit count: 5

cargo fmt