Skip to content

Commit

Permalink
add argus to cryptography section
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacharrisholt committed Sep 14, 2024
1 parent db43aa4 commit 720c3ea
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
### Cryptography

- [antigone](https://github.com/lpil/antigone) - [📚](https://hexdocs.pm/antigone/) - Argon2 password hashing for Gleam.
- [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
- [ids](https://github.com/rvcas/ids) - [📚](https://hexdocs.pm/ids/) - Unique IDs for Gleam
Expand Down
2 changes: 1 addition & 1 deletion packages/argus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "argus"
description = "Argon2 password hashing library for Gleam, based on the reference C implementation."
docs_url = "https://hexdocs.pm/argus/"
repo_url = "https://github.com/Pevensie/argus"
category = ""
category = "Cryptography"
5 changes: 5 additions & 0 deletions packages/brilo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "brilo"
description = "A collection of various functions missing in gleam_stdlib"
docs_url = "https://hexdocs.pm/brilo/"
repo_url = "https://github.com/l-x/brilo"
category = ""
5 changes: 5 additions & 0 deletions packages/dateformat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "dateformat"
description = "Date formatter extension for birl"
docs_url = "https://hexdocs.pm/dateformat/"
repo_url = "https://github.com/pendletong/dateformat"
category = ""
5 changes: 5 additions & 0 deletions packages/stardate.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "stardate"
description = "A library for converting a calendar date to a stardate"
docs_url = "https://hexdocs.pm/stardate/"
repo_url = "https://codeberg.org/hoanga/stardate"
category = ""
5 changes: 5 additions & 0 deletions packages/string_width.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "string_width"
description = "Estimate the dimensions of a string when printed in the terminal."
docs_url = "https://hexdocs.pm/string_width/"
repo_url = "https://gitlab.com/arkandos/string-width"
category = ""
5 changes: 5 additions & 0 deletions packages/wisp_kv_sessions_postgres_store.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "wisp_kv_sessions_postgres_store"
description = "Postgres driver for wisp_kv_sessions"
docs_url = "https://hexdocs.pm/wisp_kv_sessions_postgres_store/"
repo_url = "https://github.com/MaxHill/wisp_kv_sessions_postgres_store"
category = ""

0 comments on commit 720c3ea

Please sign in to comment.