Skip to content

Commit fc77b0a

Browse files
authored
Merge pull request #179 from riverrun/elixir_details
Added details of Elixir implementation
2 parents 948e42c + 5f83aa2 commit fc77b0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hashing and password-based key derivation, but it is slower as it makes
2626
more passes over the memory to protect from tradeoff attacks. Argon2id is a
2727
hybrid of Argon2i and Argon2d, using a combination of data-depending and
2828
data-independent memory accesses, which gives some of Argon2i's resistance to
29-
side-channel cache timing attacks and much of Argon2d's resistance to GPU
29+
side-channel cache timing attacks and much of Argon2d's resistance to GPU
3030
cracking attacks.
3131

3232
Argon2i, Argon2d, and Argon2id are parametrized by:
@@ -242,6 +242,7 @@ Argon2i 1 iterations 4096 MiB 4 threads: 2.72 cpb 11124.86 Mcycles
242242
Bindings are available for the following languages (make sure to read
243243
their documentation):
244244
245+
* [Elixir](https://github.com/riverrun/argon2_elixir) by [@riverrun](https://github.com/riverrun)
245246
* [Go](https://github.com/tvdburgt/go-argon2) by [@tvdburgt](https://github.com/tvdburgt)
246247
* [Haskell](https://hackage.haskell.org/package/argon2-1.0.0/docs/Crypto-Argon2.html) by [@ocharles](https://github.com/ocharles)
247248
* [JavaScript (native)](https://github.com/ranisalt/node-argon2), by [@ranisalt](https://github.com/ranisalt)

0 commit comments

Comments
 (0)