datasynth-fingerprint 5.36.0

Privacy-preserving synthetic data fingerprinting for DataSynth
Documentation
1
2
3
4
5
6
7
8
//! Federated fingerprint extraction and aggregation.
//!
//! Enables extracting partial fingerprints from distributed data sources
//! and aggregating them without centralizing raw data.

pub mod protocol;

pub use protocol::*;