Make encryption public

It's necessary in order to read encryption messages over the network.
This commit is contained in:
Luke Parker 2023-03-07 03:37:30 -05:00
parent 5037962d3c
commit af5702fccd
No known key found for this signature in database

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