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

Merge pull request #289 from ultrahorizon/issue-288

Add reference to pyargon2 in README Bindings
This commit is contained in:
Dmitry Khovratovich 2020-07-09 14:52:28 +02:00 committed by GitHub
commit 3df7b847b1
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,7 @@ their documentation):
* [Python (native)](https://pypi.python.org/pypi/argon2), by [@flamewow](https://github.com/flamewow)
* [Python (ffi)](https://pypi.python.org/pypi/argon2_cffi), by [@hynek](https://github.com/hynek)
* [Python (ffi, with keyed hashing)](https://github.com/thusoy/porridge), by [@thusoy](https://github.com/thusoy)
* [Python (ffi, with keyed hashing)](https://github.com/ultrahorizon/pyargon2), by [@ultrahorizon](https://github.com/ultrahorizon)
* [R](https://cran.r-project.org/package=argon2) by [@wrathematics](https://github.com/wrathematics)
* [Ruby](https://github.com/technion/ruby-argon2) by [@technion](https://github.com/technion)
* [Rust](https://github.com/quininer/argon2-rs) by [@quininer](https://github.com/quininer)