Parameter Generation
Parameter Generation and Trusted Setup
This document describes the parameter generation process and trusted setup ceremony for the Roru Protocol's zero-knowledge proof system.
Generate the proving and verifying keys needed for zero-knowledge proof generation and verification.
Trusted Setup: Requires trust in setup participants.
Verifiable Setup: Setup can be verified but still requires some trust.
No Setup: No setup required (if possible).
Phase 1: Powers of Tau
Compute powers: tau, tau^2, ..., tau^n
Publish powers (without revealing tau)
Phase 2: Circuit-Specific
Generate random alpha, beta
Compute circuit-specific parameters
Combine with powers of tau
Proving Key: Used to generate proofs Verifying Key: Used to verify proofs
Multi-Party Computation
Process:
Each contributes randomness
Final parameters computed
Security: As long as one participant is honest, setup is secure.
Ceremony Structure
Ceremony Steps:
Key Structure:
Circuit-specific parameters
Key Structure:
Public verification parameters
Security Considerations
Trust Requirements
Trust Model:
Trust in setup participants
Trust in ceremony execution
Trust in parameter distribution
Mitigation Strategies
Strategies:
Parameter Distribution
Distribution Method
Distribution:
Verification Process:
Parameter generation provides:
Security: Cryptographic parameters
Trust: Transparent process
Verification: Verifiable setup
Distribution: Secure distribution
Confidence: Trusted process
Understanding setup is essential for security.
Last updated