diff --git a/crypto/dkg/src/lib.rs b/crypto/dkg/src/lib.rs index ca2c0204..e2e2c70d 100644 --- a/crypto/dkg/src/lib.rs +++ b/crypto/dkg/src/lib.rs @@ -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).