Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [argus](https://github.com/Pevensie/argus) - [📚](https://hexdocs.pm/argus/) - Argon2 password hashing library for Gleam, based on the reference C implementation.
- [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
- [glecuid](https://github.com/ilhamft/glecuid) - [📚](https://hexdocs.pm/glecuid/) - A Gleam implementation of CUID2 for Erlang and Javascript target.
- [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
Expand Down
4 changes: 4 additions & 0 deletions packages/glecuid.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "glecuid"
description = "A Gleam implementation of CUID2 for Erlang and Javascript target."
repo_url = "https://github.com/ilhamft/glecuid"
category = "Cryptography"