-
Notifications
You must be signed in to change notification settings - Fork 39
Optimize lagrange coef computation #102
Copy link
Copy link
Open
Description
When we do interpolation for VSS keys, we calculate lagrange coefficients (we do that in key share validation, in DKG and signing protocols). Each lagrange coef computation does a modular inversion which could be expensive. Recall that the formula for computing lagrange coef is:
(it's defined here)
Note that the denominator is independent of
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels