Skip to content

Commit

Permalink
Issues link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JD Conley committed Oct 10, 2016
1 parent 630cee4 commit 6ba12bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ hash possible.

[Argon2](https://github.com/P-H-C/phc-winner-argon2) is designed to
hash in parallel on high CPU count x86 systems utilizing up to 4GB of RAM
in order to make the resulting hashes exceedingly difficult to crack
with GPUs or ASIC processors.
in order to make the resulting hashes difficult to crack with GPUs or ASIC
processors.

It allows you to adjust parallelism, and apply a time cost as well as a
memory cost. But, deciding how to set those parameters can be complicated.
Expand Down Expand Up @@ -153,4 +153,5 @@ adjust the salt and plain password used for testing. There aren't examples for
that yet, though the interfaces are exposed.

## Future
Let me know over on the (issues)[https://github.com/jdconley/argon2themax/issues] if you have any issues!
Let me know over on the [issues](https://github.com/jdconley/argon2themax/issues)
if you have any issues/suggestions!

0 comments on commit 6ba12bc

Please sign in to comment.