Make dkg::encryption pub

This commit is contained in:
Luke Parker
2023-01-17 15:02:22 -05:00
parent e13cf52c49
commit d97890dee4

View File

@@ -23,7 +23,8 @@ use group::{
use ciphersuite::Ciphersuite;
mod encryption;
/// Encryption types and utilities used to secure DKG messages.
pub mod encryption;
/// The distributed key generation protocol described in the
/// [FROST paper](https://eprint.iacr.org/2020/852).