pbkdf2 1.0.0 (#479)

* Add pbkdf2 v1.0.0

* Fix on some systems

* Definitely fix it
This commit is contained in:
Anton F
2022-03-17 11:09:51 +01:00
committed by GitHub
parent 3ea710f52f
commit 78ad490b74
+15
View File
@@ -0,0 +1,15 @@
name = "pbkdf2"
description = "PBKDF2 implemented in Ada"
version = "1.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"]
[origin]
commit = "221f0002f733dff3b3a00efc779d42e0517c6b44"
url = "git+https://github.com/AntonMeep/pbkdf2.git"