4 stable releases
1.2.0 | Sep 13, 2024 |
---|---|
1.1.0 | Sep 13, 2024 |
1.0.2 | Sep 13, 2024 |
#746 in Cryptography
41 downloads per month
2KB
gh_hash
Generate AHQ Store Username Hashes
use ahqstore_gh_hash::compute;
pub fn main() {
let hash = compute("my username");
println!("{hash}");
}
Dependencies
~0.7–1.3MB
~29K SLoC