Reorganize FROST's handling of curves

This commit is contained in:
Luke Parker
2022-06-24 19:47:19 -04:00
parent 6775fb471e
commit 60254a0171
18 changed files with 165 additions and 154 deletions

View File

@@ -8,7 +8,7 @@ use group::ff::Field;
use transcript::Transcript;
use crate::{
Curve,
curve::Curve,
FrostError,
MultisigParams, MultisigKeys, MultisigView,
algorithm::Algorithm,