16 lines
440 B
TOML
16 lines
440 B
TOML
name = "sha1"
|
|
description = "Secure Hash Algorithm 1 implemented in Ada"
|
|
version = "1.0.1"
|
|
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 = "a09a171b8739772301211976cc997406c37dce4d"
|
|
url = "git+https://github.com/AntonMeep/sha1.git"
|
|
|