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
Currently it is only possible to get Vec<Vec<u8>>, although CoefficientCommitment will be serialized in <C::Group as Group>::Serialization. Implementing method that provides Vec<u8> should not be problem since Serialization has fixed length.
Currently it is only possible to get
Vec<Vec<u8>>
, althoughCoefficientCommitment
will be serialized in<C::Group as Group>::Serialization
. Implementing method that providesVec<u8>
should not be problem sinceSerialization
has fixed length.frost/frost-core/src/keys.rs
Lines 322 to 328 in 4d3d882
Something like this. I'll probably open PR later.
The text was updated successfully, but these errors were encountered: