You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#23 improved polynomial interpolation a lot, but there is another implementation in lib.rs, which, instead of computing the coefficients, just computes the value at 0. It can probably be improved in a similar way. For this, Neville's algorithm is supposed to be faster.
We should benchmark this function (which is used in threshold signatures and decryption), too. (See #16.)
The text was updated successfully, but these errors were encountered:
#23 improved polynomial interpolation a lot, but there is another implementation in
lib.rs
, which, instead of computing the coefficients, just computes the value at0
. It can probably be improved in a similar way. For this, Neville's algorithm is supposed to be faster.We should benchmark this function (which is used in threshold signatures and decryption), too. (See #16.)
The text was updated successfully, but these errors were encountered: