Proof Generation & Verification
The enclave proves correct AI inference without revealing data or internals.
Workflow:
Generate zk-SNARK proof from output + input hash
Submit on-chain:
function submitProof(bytes32 dataHash, uint256 output, bytes calldata proof) external;
Contract verifies and stores the result
🧾 Guarantees data integrity + privacy using zero-knowledge proofs.