mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 21:19:24 +00:00
Add a dedicated function to get a MuSig key
This commit is contained in:
@@ -22,8 +22,8 @@ use ciphersuite::{
|
||||
/// Encryption types and utilities used to secure DKG messages.
|
||||
pub mod encryption;
|
||||
|
||||
mod musig;
|
||||
pub use musig::musig;
|
||||
/// MuSig-style key aggregation.
|
||||
pub mod musig;
|
||||
|
||||
/// The distributed key generation protocol described in the
|
||||
/// [FROST paper](https://eprint.iacr.org/2020/852).
|
||||
|
||||
Reference in New Issue
Block a user