Crate k_anon_hash[][src]

Provides a wrapper around the sha2 crate for K-Anonymous SHA256

Usage:

let data = String::from("remember to drink water uwu");
let hash = KAnonHash::calculate_string_hash(&data);
println!("K-Anonymous hash: {}", hash.k_anon());

Modules

hash