ZcashFoundation / frost

Rust implementation of FROST (Flexible Round-Optimised Schnorr Threshold signatures) by the Zcash Foundation
https://frost.zfnd.org
Other
144 stars 52 forks source link

core: remove MulAssign impl for Scalar #626

Closed conradoplg closed 4 months ago

conradoplg commented 8 months ago

This is a breaking change, so we might want to wait a bit before merging it. It's unlikely it will cause problems in the near future since it's unlikely someone is using MulAssign.

I created as a draft until we decide when we merge it, but it's ready for review.

Closes #625