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ยง
- Multiexp
Table - Precomputed table for performing faster multiexponentiation