Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 323 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 323 Bytes

Proof of SQL Verifier

Proof of SQL Verifier is a Rust library for verifying SQL query results using zero-knowledge proofs.

Features

  • Verification of Dory proofs
  • Integration with the proof-of-sql library

Installation

Add this to your Cargo.toml:

[dependencies]
proof-of-sql-verifier = "0.1.0"