k-anon-hash

Crates.iok-anon-hash
lib.rsk-anon-hash
version0.1.3
sourcesrc
created_at2021-02-24 14:44:47.931622
updated_at2021-08-16 13:25:11.851548
descriptionA simple wrapper around the `sha2` crate for K-Anonymous SHA256
homepagehttps://famedly.com/
repositoryhttps://gitlab.com/famedly/libraries/k-anon-hash
max_upload_size
id359997
size40,550
(famedly-bot)

documentation

README

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());
Commit count: 24

cargo fmt