4 stable releases
1.2.0 | Sep 13, 2024 |
---|---|
1.1.0 | Sep 13, 2024 |
1.0.2 | Sep 13, 2024 |
#638 in Cryptography
67 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.8–1.4MB
~30K SLoC