mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Drop the Monero patch version spec now that it's no longer relevant
Also adds a comment to FROST.
This commit is contained in:
@@ -65,6 +65,8 @@ pub fn key_gen<R: RngCore + CryptoRng, C: Curve>(
|
||||
for (l, machine) in machines.iter_mut() {
|
||||
secret_shares.insert(
|
||||
*l,
|
||||
// clone_without isn't necessary, as this machine's own data will be inserted without
|
||||
// conflict, yet using it ensures the machine's own data is actually inserted as expected
|
||||
machine.generate_secret_shares(rng, clone_without(&commitments, l)).unwrap()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user