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

@@ -10,7 +10,7 @@ use ciphersuite::group::GroupEncoding;
use frost::{
curve::{Ciphersuite, Ristretto},
dkg::{
DkgError, Participant, ThresholdParams, ThresholdCore, ThresholdKeys, encryption::*, frost::*,
DkgError, Participant, ThresholdParams, ThresholdCore, ThresholdKeys, encryption::*, pedpop::*,
},
};