k-anon-hash 0.1.3

A simple wrapper around the `sha2` crate for K-Anonymous SHA256
Documentation

k-anon-hash-rs

Coverage Pipeline
coverage report pipeline status

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());