Skip to content

Commit

Permalink
Add kmh package
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarse authored and lpil committed Sep 10, 2024
1 parent 60612aa commit 1d3a68b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [beecrypt](https://github.com/lpil/beecrypt) - [📚](https://hexdocs.pm/beecrypt/) - Buzzing Gleam bindings to the Erlang bcrypt hashing library
- [gleam_crypto](https://github.com/gleam-lang/crypto) - [📚](https://hexdocs.pm/gleam_crypto/) - A Gleam cryptography library supporting Erlang and JavaScript
- [ids](https://github.com/rvcas/ids) - [📚](https://hexdocs.pm/ids/) - Unique IDs for Gleam
- [kmh](https://github.com/mdarse/kmh) - [📚](https://hexdocs.pm/kmh/) - Implementation of Knuth’s multiplicative hashing (useful for ID obfuscation, etc.)
- [youid](https://github.com/lpil/youid) - [📚](https://hexdocs.pm/youid/) - Generate and parse UUIDs

### Data Structures
Expand Down
5 changes: 5 additions & 0 deletions packages/kmh.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "kmh"
description = "Implementation of Knuth’s multiplicative hashing (useful for ID obfuscation, etc.)"
docs_url = "https://hexdocs.pm/kmh/"
repo_url = "https://github.com/mdarse/kmh"
category = "Cryptography"

0 comments on commit 1d3a68b

Please sign in to comment.