aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils.Cryptography/argon2/package.json
blob: 33f1a5beaf0698aec5f2d6a5508d219f37a07abd (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "phc-winner-argon2",
  "version": "0.0.0",
  "output_dir": "bin",
  "author": "Vaughn Nugent",
  "description": "A vendored copy of the offical Argon2 repository that only produces the dependent Argon2 dynamic library required for some VNLib projects that wish to support secure password hashing",
  "copyright": "",
  "company": "Vaughn Nugent",
  "repository": "https://github.com/VnUgE/VNLib.Core/tree/main/lib/Utils.Cryptography/argon2"
}