mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
3.3.4 Use FROST context throughout Encryption
This commit is contained in:
@@ -132,7 +132,7 @@ impl<C: Ciphersuite> KeyGenMachine<C> {
|
||||
);
|
||||
|
||||
// Additionally create an encryption mechanism to protect the secret shares
|
||||
let encryption = Encryption::new(b"FROST", self.params.i, rng);
|
||||
let encryption = Encryption::new(self.context.clone(), self.params.i, rng);
|
||||
|
||||
// Step 4: Broadcast
|
||||
let msg =
|
||||
|
||||
Reference in New Issue
Block a user