Proof Generation & Verification

The enclave proves correct AI inference without revealing data or internals.

Workflow:

  1. Generate zk-SNARK proof from output + input hash

  2. Submit on-chain:

function submitProof(bytes32 dataHash, uint256 output, bytes calldata proof) external;
  1. Contract verifies and stores the result

🧾 Guarantees data integrity + privacy using zero-knowledge proofs.