From 6d6053943765e55f8a4186f38f8cc3fec8e1ca81 Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Tue, 22 Feb 2022 12:45:17 -0500 Subject: [PATCH] Add pure go implementation by matthewhartstonge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91fc3fd..1ff2c66 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ their documentation): * [Dart](https://github.com/tmthecoder/dargon2) by [@tmthecoder](https://github.com/tmthecoder) * [Elixir](https://github.com/riverrun/argon2_elixir) by [@riverrun](https://github.com/riverrun) * [Erlang](https://github.com/ergenius/eargon2) by [@ergenius](https://github.com/ergenius) +* [Go (pure go)](https://github.com/matthewhartstonge/argon2) by [@matthewhartstonge](https://github.com/matthewhartstonge) * [Go](https://github.com/tvdburgt/go-argon2) by [@tvdburgt](https://github.com/tvdburgt) * [Haskell](https://hackage.haskell.org/package/argon2) by [@hvr](https://github.com/hvr) * [JavaScript (native)](https://github.com/ranisalt/node-argon2), by [@ranisalt](https://github.com/ranisalt)