taproot-assets-core 0.0.2

Core no-std logic and verification primitives for Taproot Assets
Documentation
# taproot-assets-core

Core no-std logic for Taproot Assets. This crate is backend-agnostic and expects
crypto operations to be supplied by a `TaprootOps` implementation.

## Verification

This crate exposes the core proof verification flow used by both the SDK and
the ZK verifier.

Key entry points include `verify_proofs`, `verify_genesis_reveal`, and the
claim-level helpers (anchor, taproot, stxo, and asset claims) that the ZK
guests mirror. Claim outputs now surface output indices, proof version, and
meta hash data needed for join verification.

## Test Vectors

The `proof_vectors` test reads upstream vectors from
`external/taproot-assets-upstream/proof/testdata` and skips when they are not
available.