From ab409aaeedb422f65f65b5e29d3d1b9aacff913c Mon Sep 17 00:00:00 2001 From: tali auster Date: Sun, 3 Sep 2023 16:50:09 -0600 Subject: [PATCH] doc: add Ada binding --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91fc3fd..353fb49 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ Argon2i 1 iterations 4096 MiB 4 threads: 2.72 cpb 11124.86 Mcycles Bindings are available for the following languages (make sure to read their documentation): +* [Ada](https://github.com/atalii/argon2-ada) by [@atalii](https://github.com/atalii) * [Android (Java/Kotlin)](https://github.com/lambdapioneer/argon2kt) by [@lambdapioneer](https://github.com/lambdapioneer) * [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)