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
Not only it should forward errors up, I think in that case recovery should return input in recover_poly_from_samples and do a simple transformation in recover_poly_coeffs_from_samples.
The text was updated successfully, but these errors were encountered:
It is a funny error, but this line panics in case no samples are
None
:https://github.com/sifraitech/rust-kzg/blob/78802fa9b61797242643142492984ebaa4a7620c/blst/src/recovery.rs#L106
Not only it should forward errors up, I think in that case recovery should return input in
recover_poly_from_samples
and do a simple transformation inrecover_poly_coeffs_from_samples
.The text was updated successfully, but these errors were encountered: