Skip to content

Commit

Permalink
Merge pull request #90 from hackmod/argon2-support
Browse files Browse the repository at this point in the history
Argon2 support
  • Loading branch information
zone117x committed Sep 11, 2020
2 parents 9a614fb + 80db9cd commit 7ad4aa9
Show file tree
Hide file tree
Showing 20 changed files with 3,984 additions and 5 deletions.
6 changes: 6 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"src/x15.c",
"src/x16r.c",
"src/x16rv2.c",
"src/crypto/argon2/argon2.c",
"src/crypto/argon2/core.c",
"src/crypto/argon2/encoding.c",
"src/crypto/argon2/opt.c",
"src/crypto/argon2/thread.c",
"src/crypto/argon2/blake2/blake2b.c",
"src/sha3/sph_hefty1.c",
"src/sha3/sph_fugue.c",
"src/sha3/aes_helper.c",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"nan": "^2.14.1"
},
"keywords": [
"argon2",
"scrypt",
"scryptjane",
"script-n",
Expand Down
Loading

0 comments on commit 7ad4aa9

Please sign in to comment.