zkcg-common 0.2.0

Shared types, errors, and utilities for the ZKCG protocol
Documentation
# zkcg-common

Shared types and utilities used across the ZKCG workspace.

This crate defines common data structures used by:

- zkcg-circuits
- zkcg-halo2-prover
- zkcg-verifier
- zkcg-zkvm-host

## Installation

```
cargo add zkcg-common
```

## Purpose

Provides shared primitives such as:

- proof metadata
- result structures
- verification outputs
- common serialization formats

## Repository

https://github.com/MRSKYWAY/ZKCG