4 stable releases

1.2.0 Sep 13, 2024
1.1.0 Sep 13, 2024
1.0.2 Sep 13, 2024

#13 in #gh

MIT license

2KB

gh_hash

Generate AHQ Store Username Hashes

use ahqstore_gh_hash::compute;

pub fn main() {
  let hash = compute("my username");

  println!("{hash}");
}

Dependencies

~1–1.6MB
~36K SLoC