Skip to content

Commit

Permalink
remove antigone
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacharrisholt authored and lpil committed Sep 17, 2024
1 parent 868d747 commit 6d23ddc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion packages/antigone.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "antigone"
description = "Argon2 password hashing for Gleam."
docs_url = "https://hexdocs.pm/antigone/"
repo_url = "https://github.com/lpil/antigone"
category = "Cryptography"
category = ""

0 comments on commit 6d23ddc

Please sign in to comment.