Skip to main content

Module multiexp

Module 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ยง

MultiexpTable
Precomputed table for performing faster multiexponentiation