Have modular-frost compile again

This commit is contained in:
Luke Parker
2025-08-18 01:54:52 -04:00
parent 9f84adf8b3
commit e87bbcda64
6 changed files with 71 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ use std::collections::HashMap;
use thiserror::Error;
/// Distributed key generation protocol.
pub use dkg::{self, Participant, ThresholdParams, ThresholdCore, ThresholdKeys, ThresholdView};
pub use dkg::{self, Participant, ThresholdParams, ThresholdKeys, ThresholdView};
/// Curve trait and provided curves/HRAMs, forming various ciphersuites.
pub mod curve;