Skip to content

Commit

Permalink
Create Mastic module with client implementation
Browse files Browse the repository at this point in the history
Implements client functionality for the Mastic protocol for weighted heavy-hitters and attribute-based metrics.
  • Loading branch information
Hannah Davis committed Aug 13, 2024
1 parent c8c37bb commit e0e1fbc
Show file tree
Hide file tree
Showing 5 changed files with 1,360 additions and 128 deletions.
2 changes: 1 addition & 1 deletion src/flp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ use std::convert::TryFrom;
use std::fmt::Debug;

pub mod gadgets;
#[cfg(all(feature = "experimental", test))]
#[cfg(all(feature = "crypto-dependencies", feature = "experimental"))]
pub mod szk;
pub mod types;

Expand Down
Loading

0 comments on commit e0e1fbc

Please sign in to comment.