Skip to content

Releases: privacy-ethereum/zkpdf

v0.0.1

23 Sep 22:24
d71d1bb

Choose a tag to compare

Release v0.0.1:

Overview

First stable release of ZKPDF, a library for PDF verification in zero-knowledge circuits.

Key Features

  • Complete PDF verification with text extraction and signature validation
  • Zero-knowledge proof generation for blockchain verification
  • GST certificate example. with regex-based data extraction
  • WebAssembly support for browser applications
  • HTTP API server for remote PDF verification

Documentation

  • Comprehensive README files for all components

Technical Improvements

  • Enhanced zkpdf-lib with full API surface exposure
  • Generic circuit system supporting multiple verification types
  • Improved error handling and offset management
  • Public crate exports for better integration

Installation

[dependencies]
zkpdf-lib = { git = "https://github.com/privacy-ethereum/zkpdf", branch = "main", subdir = "circuits/lib" }