mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-22 15:19:06 +00:00
Make encryption public
It's necessary in order to read encryption messages over the network.
This commit is contained in:
parent
5037962d3c
commit
af5702fccd
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ use group::{
|
||||||
|
|
||||||
use ciphersuite::Ciphersuite;
|
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
|
/// The distributed key generation protocol described in the
|
||||||
/// [FROST paper](https://eprint.iacr.org/2020/852).
|
/// [FROST paper](https://eprint.iacr.org/2020/852).
|
||||||
|
|
Loading…
Reference in a new issue