Files
Anton F 4fb45d2455 sha1 2.0, sha2 2.0, hmac 2.0, pbkdf2 3.0 (#490)
* Add sha1 v2.0.0

* Add hmac v2.0.0

* Add sha2 v2.0.0

* Add pbkdf2 v3.0.0
2022-04-01 13:25:29 +02:00

16 lines
440 B
TOML

name = "sha1"
description = "Secure Hash Algorithm 1 implemented in Ada"
version = "2.0.0"
website = "https://github.com/AntonMeep/sha1"
licenses = "ISC"
tags = ["cryptography", "security", "sha1"]
authors = ["Anton Fediushin"]
maintainers = ["Anton Fediushin <imantonmeep@gmail.com>"]
maintainers-logins = ["AntonMeep"]
[origin]
commit = "0ab37e5c71289465fafe1324384a8ddcac256e5f"
url = "git+https://github.com/AntonMeep/sha1.git"