Add a dedicated function to get a MuSig key

This commit is contained in:
Luke Parker
2023-05-11 03:21:54 -04:00
parent 3eade48a6f
commit 4d50b6892c
4 changed files with 67 additions and 38 deletions

View File

@@ -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).