2
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-05-24 01:36:09 +02:00

Adding new Android binding to README.md

I've published an Android binding for Argon2 that makes it simple for Android developers to use Argon2. It emerged from a personal mobile app project. I've found that the existing Java bindings don't work too well with Android - especially with the now mandatory 64-bit support.

I hope adding to the listing will help other mobile developers.
This commit is contained in:
Daniel H 2019-08-22 15:45:10 +02:00 committed by GitHub
parent 62358ba212
commit 267ae44e71
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,6 +243,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):
* [Android (Java/Kotlin)](https://github.com/lambdapioneer/argon2kt) by [@lambdapioneer](https://github.com/lambdapioneer)
* [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](https://github.com/tvdburgt/go-argon2) by [@tvdburgt](https://github.com/tvdburgt)