Crate fuse_core

Crate fuse_core 

Source
Expand description

Core library for Verifiable Compliance Envelope (VCE) Protocol

This module provides the fundamental data structures and operations for creating and verifying compliance envelopes.

Re-exports§

pub use spec::ComplianceSpec;
pub use envelope::VerifiableComplianceEnvelope;
pub use proof::ComplianceProof;
pub use proof::ComplianceResult;
pub use proof::JournalOutput;
pub use error::VceError;
pub use error::Result;
pub use zkvm::ProverType;

Modules§

envelope
Verifiable Compliance Envelope (VCE) structure
error
Error types for VCE protocol
proof
Zero-knowledge proof structures and operations
spec
Compliance specification definitions
zkvm
RISC Zero zkVM proof generation and verification (1.0+ API)