Trait backup_deduplicator::data::GeneralHasher
source · pub trait GeneralHasher {
// Required methods
fn new() -> Self
where Self: Sized;
fn update(&mut self, data: &[u8]);
fn finalize(self: Box<Self>) -> GeneralHash;
}