Module paillier_zk::multiexp

source ·
Expand description

Optimized multiexponentiation with precomputations

Many ZK proofs often require computing s^x t^y mod N with s, t, and N being known in advance. This module provides MultiexpTable that can compute multiexponent faster.

Structs§

  • Precomputed table for performing faster multiexponentiation