Skip to content

Commit

Permalink
Merge pull request anoma#63 from nucypher/remove-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored Feb 6, 2023
2 parents 346d387 + 735b9c1 commit 9050db0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
3 changes: 0 additions & 3 deletions ferveo/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![allow(unused_imports)]

pub mod dkg;
pub mod msg;
pub mod vss;

pub mod primitives;
Expand All @@ -12,7 +11,6 @@ pub use primitives::*;
use ferveo_common::Rng;

use crate::dkg::*;
use crate::msg::*;

use ark_ec::{AffineCurve, ProjectiveCurve};
use ark_ff::{Field, One, Zero};
Expand All @@ -25,7 +23,6 @@ use serde::*;

use anyhow::{anyhow, Result};
pub use dkg::*;
pub use msg::*;
pub use vss::*;

use ark_ec::msm::FixedBaseMSM;
Expand Down
36 changes: 0 additions & 36 deletions ferveo/src/msg.rs

This file was deleted.

0 comments on commit 9050db0

Please sign in to comment.