pbkdf2 2.0.0 (#485)

This commit is contained in:
Anton F
2022-03-25 13:06:35 +01:00
committed by GitHub
parent b3cf65a602
commit 0e7f2ac698
+20
View File
@@ -0,0 +1,20 @@
name = "pbkdf2"
description = "PBKDF2 implemented in Ada"
version = "2.0.0"
website = "https://github.com/AntonMeep/pbkdf2"
licenses = "ISC"
tags = ["cryptography", "security", "pbkdf2"]
authors = ["Anton Fediushin"]
maintainers = ["Anton Fediushin <imantonmeep@gmail.com>"]
maintainers-logins = ["AntonMeep"]
[[depends-on]]
hmac = "^1.0.0"
sha1 = "^1.0.1"
sha2 = "^1.1.0"
[origin]
commit = "6a708d74b68a5ec600bbc65c84e9b2f628303d96"
url = "git+https://github.com/AntonMeep/pbkdf2.git"