Rename DKG specified in FROST from FROST to PedPoP

This commit is contained in:
Luke Parker
2024-07-18 16:41:31 -04:00
parent 491500057b
commit b33a6487aa
5 changed files with 17 additions and 17 deletions

View File

@@ -16,10 +16,10 @@ pub mod musig;
#[cfg(feature = "std")]
pub mod encryption;
/// The distributed key generation protocol described in the
/// [FROST paper](https://eprint.iacr.org/2020/852).
/// The PedPoP distributed key generation protocol described in the
/// [FROST paper](https://eprint.iacr.org/2020/852), augmented to be verifiable.
#[cfg(feature = "std")]
pub mod frost;
pub mod pedpop;
/// Promote keys between ciphersuites.
#[cfg(feature = "std")]