Skip to content

Add Chaum-Pedersen proof example #10

@tob-joe

Description

@tob-joe

Overview

Add an example demonstrating Chaum-Pedersen proof: proving equality of discrete logarithms across two bases (h1 = g1^x AND h2 = g2^x).

Requirements

  • Should use Ristretto255 with proper Inscribe wrappers for domain separation
  • Should implement individual proof verification with Fiat-Shamir via Decree
  • Should implement batch verification with proper Fiat-Shamir (committing to all proofs before deriving coefficients)
  • Should include improper batch verification example that derives coefficients incrementally as each proof is added
  • Should include tests for soundness and demonstrating the adaptive attack enabled by the improper approach

Should demonstrate proper use of Inscribe trait for composite structures and secure batch verification patterns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions